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

Combo box as a search tool.

Status
Not open for further replies.

obheron

Technical User
May 25, 2005
40
US
Hi all,
I have a form being used as an input form. I have a few fields originating from the forms record source. One of these fields is a combo box.
I am wondering how I get two of the other fields to update based on the choice of the combo box? I.e. 73, orange, and blue are an entry in the record soure, so when I choose 73 in the combo box I want orange and blue to show up in the related fields.

Thanks in advance.

Obh
 
Sounds like you need to base the combo on a query joining the two tables. Make the combo a multi column combo, then you can populate controls on the form with code like =MyCombo.Column(1) in the Sorce property

Regards

Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
Website needs upgrading, but for now - UK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top