Option button in Access tables

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

Guest

How do I insert checkboxes for different options (not merely a "Yes/No"
checkbox) in an Access table? I know it's possible in a form, but do the
tables have the same capability?
 
An option group produces a numeric value, not the text that's associated
with the selected button. That means that you could use a numeric field in
your table, and bind it to an option group, although it's probably not a
great idea: you could bind it on one form to "Blue", "Red", "Green", and
bind the same field to a different option group "Apple", "Orange",
"Pineapple" on a different form.
 

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