Option Group

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

Guest

When using an option group in a form by assigning each catagory a number.
How can we pull up the catagory name instead of the number in a query.
 
Create a Category table. Two fields CatID and CatDescr
CatID would be the field that would match the category number and CatDescr
would be a text field with the name. Include the table in your query joined
on CatID
 
Thank You
--
Rose


Klatuu said:
Create a Category table. Two fields CatID and CatDescr
CatID would be the field that would match the category number and CatDescr
would be a text field with the name. Include the table in your query joined
on CatID
 

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