473,383 Members | 1,717 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

row source reverts to blank upon closing table

Access 2003: i have a database split into backend and frontend with linked tables

"Master customer List" table has all customers and is linked in frontend and backend

"Customer Query" filters active customers from "Master Customer List" by status

"Pickups" table lists pickups for active customers only based on customer query

my lookup for customer combo box in pickups table is:

Expand|Select|Wrap|Line Numbers
  1. SELECT [Customer Query].ID, [Customer Query].[Unique Name] FROM [Customer Query] ORDER BY [Customer Query].[Supplier Name];
if i use the above lookup in design view, and save it, it works in datasheet view - there is a nice dropdown combo box with the data i need - until i close the table! when i open the table again the row source lookup is blank and data link is broken

in the backend the lookup is correct and works and stays saved. i just cant get the frontend changes to stick

tearing my hair out over here. i have two databases like this, one works, one doesnt. ive looked at the two tables and query for both of them in both the frontend and backend and cannot find a difference why one is working and the other doesnt!
Mar 6 '12 #1

✓ answered by Mihail

One more suggestion if don't work after yo do what NeoPa teach you:
remove the table from FE, run Compact and Repair database, then link again the table from BE in FE.
I have had the same problem at a time and this approach had work.

3 1434
NeoPa
32,556 Expert Mod 16PB
It sounds like the table is already locked before you attempt to change it.

If you take a copy of the database and make this one change to it, does it save then?
Mar 6 '12 #2
Mihail
759 512MB
One more suggestion if don't work after yo do what NeoPa teach you:
remove the table from FE, run Compact and Repair database, then link again the table from BE in FE.
I have had the same problem at a time and this approach had work.
Mar 6 '12 #3
@Mihail
that did it! i knew it was just some silly bug. thanks
Mar 6 '12 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Gram | last post by:
Hello, I have a system whereby I'd like users to log off, however, some people simply close the window. Can anyone tell me how to call my 'log off' page when the main window is closed? ...
5
by: Patient Guy | last post by:
In my reading of the Strict and Transitional DTD for HTML 4.0, the table row (TR) elements are contained within table section elements: THEAD, TFOOT, and TBODY. The table section elements are...
1
by: Grey | last post by:
I have created a asp.net form for user to input data. After input the data, user need to click a button to export the input data to excel for data analysis with excel pivot table function. is it...
3
by: Capt_Ron | last post by:
I have a small app that makes registry changes depending on user input. After the changes I'd like another application (the one that the changes affect) to open and the current app to close and be...
1
by: David | last post by:
I am having a problem with a Datasource connection being broken each time I start the IDE in VB.NET 2003. I have a database with 4 tables. On the form are 4 listboxes with each of their data...
2
by: Mike Charney | last post by:
I have a table that is created using the TransferText method. The file being imported has column headings in it for the data, but the first few rows after the headings are blank. The program that...
2
by: Henry J. | last post by:
Has anybody run into this index out range exception when opening and then closing a collectionEditor from within a PropertyGrid? I use PropertyGrid to edit configurations in my application. One...
4
by: JohnnyMid | last post by:
I am working on a database, and have been having some trouble with the auto number feature. Occasionally, the data entry form is saving blank records into the table. I am trying to figure out a way...
2
by: banderson | last post by:
Hello, I have a data entry form for a table with information about buildings and am having a problem making a combo box do what I want. I would like to make the combo box show a list of unique bldg...
3
by: Gangreen | last post by:
I'd like to do something when a user presses the X in the top right corner. How? I work in VB.net Thx
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.