basic combo box question

C

Christopher

When I select an item from my combo box list, the primary
key ends up in the field, not the data I chose. Seems
there's a simple solution.
What is it?
 
B

Bruce M. Thompson

When I select an item from my combo box list, the primary
key ends up in the field, not the data I chose. Seems
there's a simple solution.
What is it?

It's the primary key value that you want to store. In reports and queries, you
can display the other values in the record identified by that primary key by
including the items' table in the query and joining those key values. Then you
can add the desired fields from the item's record to the query grid to display
the value in your query or report.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top