I am working on an application where I want to load a listbox with "options"
a user could select. I would like to have the listbox items display a
"checkbox" beside each item - where the user could then select particular
items - making up a user selected "options" list.
In VB I used a "listview" control to accomplish this.
Does a control similiar to this exist in Access? If not, what control would
you recommend I use?
Thanks,
Brad
Alex Dybenko - 07 Feb 2005 17:19 GMT
Hi Brad,
yes, listview works fine in access.
also you can look at www.vbaccelerator.com for alternatives

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
>I am working on an application where I want to load a listbox with
>"options"
[quoted text clipped - 11 lines]
>
> Brad