List box - How can I display one value and save another

J

Jen

If I have a table as the source of data for a list box, it has a code and a description field, how do I display just the description in the list box, but save the code to the field in my table?
 
R

Rick Brandt

Jen said:
If I have a table as the source of data for a list box, it has a code and
a description field, how do I display just the description in the list box,
but save the code to the field in my table?

Set up the ListBox to have two columns. Make the column with the code the
bound column and set its width to zero.
 

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