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

Using more than 1 field from a COMBO BOX 2

Status
Not open for further replies.

cschnable

Programmer
May 24, 2001
36
US
I know how to select which collumn I want to use from a combo box in that field.

But how can I use the second collumn from the same selected row in the combo - FOR ENTRY INTO ANOTHER FIELD ON THE SAME FORM?
 
If the combo box field is based on a table/query, you can simply use the other fields from that same table/query to populate the other fields on your form. The easiest way is to code the after update event of the combo box to set the other form fields value to the value you want.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top