
Signature
Dave Hargis, Microsoft Access MVP
> no
> --
> Dave Hargis, Microsoft Access MVP
>
> > 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.