Hi I have two questions.
1. I have a form for data entrying of records.
I want the user to be able to just type in the dealer number and the text box for dealer name will show the name for that particular dealer number so the user doesn't have to enter it in themselves for faster data entrying. I have a second table which is just a list of dealer numbers with their names and a primary table for my main data. How will I get this functionality to work? I tried doing a DLookup() bound for that dealer name text box but i get an error, maybe i am doing it wrong? Any suggestions?
2. Secondary I find that when i have BOTH the form and the table of data open. If I use the form to add a record entry, the table which was opened before doesnt show to update unless I close the table and reopen it. Same goes with the case if i add the record from the table, the form doesnt update with the added record in the list.
Please give me some suggestions on these questions. Thanks.
1. I have a form for data entrying of records.
I want the user to be able to just type in the dealer number and the text box for dealer name will show the name for that particular dealer number so the user doesn't have to enter it in themselves for faster data entrying. I have a second table which is just a list of dealer numbers with their names and a primary table for my main data. How will I get this functionality to work? I tried doing a DLookup() bound for that dealer name text box but i get an error, maybe i am doing it wrong? Any suggestions?
2. Secondary I find that when i have BOTH the form and the table of data open. If I use the form to add a record entry, the table which was opened before doesnt show to update unless I close the table and reopen it. Same goes with the case if i add the record from the table, the form doesnt update with the added record in the list.
Please give me some suggestions on these questions. Thanks.