Form w/Combo Box??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table called DBaseUser (DBaseUser ID, DBaseUser) that lists
employees authorized to use the database. I want to create a form using
table JobInfo which also includes DBaseUser ID). How do I list the name of
the user in the box instead of the autonumber ID??
 
smboyd said:
I have a table called DBaseUser (DBaseUser ID, DBaseUser) that lists
employees authorized to use the database. I want to create a form
using table JobInfo which also includes DBaseUser ID). How do I list
the name of the user in the box instead of the autonumber ID??

If you add the ComboBox with the Toolbox wizard enabled that would be the
default configuration you would end up with. Essentially the ComboBox gets
two columns with the first one being the bound column and having a width of
zero so you don't see it.
 

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

Back
Top