Information Recall

jonp

Registered User.
Local time
Today, 13:19
Joined
Sep 27, 2000
Messages
42
I have two tables. A CUSTOMER table, and an APPLICATION table. I am trying to create an application that can be completed online. First a user will create a customer, then proceed to a different form to enter the application data. Each customer stands alone in the customer table. But the applications allows a user to select up to two customers for the application.

I would like to create an unbound unenabled field to display the name of the customer based upon the ID number selected. I have done this before on other programs through the SQL statement but I have not been successful with this one.

Does anyone have any suggestions??

Thanks for everything!
smile.gif
 
If you want this field to be unbound, try the DLookup funtion. The Access help file for this function should get you there.

Eric
 

Users who are viewing this thread

Back
Top Bottom