Checkbox in List Box

  • Thread starter Thread starter Rockn
  • Start date Start date
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?
 

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.
 
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
 

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