cbo Save

kbreiss

Registered User.
Local time
Today, 16:49
Joined
Oct 1, 2002
Messages
228
I have a combo box that gets its data from a seperate table...In the table I have "Location_ID" and "Location_Name". When I save my form I want the "Location_Name" to save in the "Events" table, but its putting in the "Location_ID". How do I get it to save the "Location_Name" instead of the "Location_ID" from the combo box.

Thanks in advance.
Kacy
________
AnnyAngel
 
Last edited:
Click on the properties tab of the Combo Box and Change the Bound column to 2 if its 1 or 1 if its 2.
hth
Chris
 

Users who are viewing this thread

Back
Top Bottom