Combo box problems

canteka

New member
Local time
Yesterday, 16:03
Joined
Jul 20, 2012
Messages
2
I created a few combo boxes in my data entry form I created and when I switch to look at the data in tabular form only the primary key number shows. This is the same for reports. The only place where I see my selection is in the entry form itself. How do I correct this?:confused:
 
Canteka -

It sounds like your form is working correctly for normalized data. If you take the stored number and compare it to the table with the additional data does it match up correctly? If so, you're good to go on the form. Your form is linking the Primary Key to your main table as a Foreign Key, so you just have to use a query to join it back to the table it's linked to to get your data in the same place.

If this isn't what you have, post some details about your structure so we can get a better idea of your issues.

-Tyler
 

Users who are viewing this thread

Back
Top Bottom