Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linking Forms HELP!

Status
Not open for further replies.

Bickertk

Programmer
Aug 26, 2002
23
GB
I have put a query together to make a form from two tables.

One table is Names and ID Numbers the others is a list of journey numbers and destinations.

I want the lookup the names and have the other information put in automatically.

How do I make the name box a look up in the query?

Every time I put a combobox on the form and use the query as the source it only shows a text box and the other information does not change.

Can anyone help?
 
What is the form based on? If it is base on the journey table, is the ID Number in that particular table? The ID Number is necessary for the combo box to find a person record on the form. You must have the ID Number as part of the form, so that when you selection a person the 2 ID's match, thus it will bring up all the information on that person. If this is confusing, please let me know.:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top