checkboxes with many choices

  • Thread starter Thread starter f_ringberg
  • Start date Start date
F

f_ringberg

In acces the check boxes only allow me to
choose from only ONE of the choices, while I want to be
able to choose as many or as little options as I choose.

I have a table2 with 20 choices (two felts, one id, one with the
choice)
In table1 i want to have a checkbok that looks up all choices in
table2, and I can choice from 0 to 20 choices.
 
By definition, a checkbox only has two choices.

For more than two choices, you need to put the requisite number of
"option button" controls, within an "option group" control. Look up
those two terms in Access help.

HTH,
TC (MVP Access)
http://tc2.atspace.com
 
Back
Top