Combo Box

pony08

Registered User.
Local time
Today, 16:21
Joined
Jun 17, 2013
Messages
15
I have a combo box in a form that is used to populate one of the columns in a table. How do I get the description to appear in the table instead of the primary key?
 
You should not be looking at tables directly but throught a query. Although tempting, you can change the field definition to a lookup but I would resist this because it will cause you endless problems in the future
 
I appreciate the redirection!
 
The whole idea of a relational database is related tables based on Primary/Foreign keys. So why not store the ID? If you must store the "description" in the lookup table, then set the bound column in the combo to 2
 

Users who are viewing this thread

Back
Top Bottom