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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

combo box problems 2

Status
Not open for further replies.
Mar 30, 2005
25
US
hi,

i have a combo box with a job # then the second combo box is a sequence # related to job #. Finally after the job # and the sequence # are picked two other text boxes are filled with the information linked to their fields. The problem is i can not get it to work. Help!

Thanks,

John
 
The problem is i can not get it to work
The problem for us is that we have no clue about what you have tried.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
sorry PHV,

i tried to make a query that is the Row Source in my combobox that has the fields that i need to link to the text boxes. As far as the code goes, i have no idea where to start.

Thanks
John
 
Create your combo box as though it had no dependency on the other combo box. Then, add a WHERE clause to the row source.

WHERE ID = [OtherComboBoxName]


Randy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top