Forms

  • Thread starter Thread starter Crispy
  • Start date Start date
C

Crispy

In a database I have of Record Albums - I have a separate table for the
"genre" of music - However, when I inclde the genre in a form, it shows the
auto number of the genre and not the actual name - like "rock" "pop"
etc..How can I get it show the actual name and not the number?

Thanks
 
You could make the control that displays the "genre" value a combo-box.
Bind the control to the autonumber column, but make its width "0" inches,
then the name will show.
-Ed
 

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