Checkbox in List Box

R

Rockn

I am wondering if it is possible to have a checkbox show up in a listbox
based on the value returned in one of the columns?
 
N

Naeem Azizian


If you want to do it, you have to insert a subform in your form and
that should be in datasheet view, then you can enable users to check
or uncheck values or to have the values listed as you wish.
in list box, if you want a check box to be checked/unchecked based on
a condition you have to do it in the query of the listbox.
 
G

Graham R Seach

A workaround might be to use a Treeview control and set it's CheckBoxes
property, but only if you're comfortable coding Treeviews.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 
Top