How do I find checked items in listview activex control for acces.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to use the Listview ActiveX control in Access 2000, with
checkboxes turned on. How do I find which items have been checked as I have
tried to use the CheckedItems Collection and CheckedIndices but Access does
not recognize these. "Do not recognize user defined type"
 
Hum, you might consider using a continues form. Take a look at the following
screen shots, and note how I used a continuous form in place of a listbox.
This example thus allowed a check box to be used.

http://www.members.shaw.ca/AlbertKallal/Articles/Grid.htm

It is not clear if you need un-bound check boxes, or in fact bound ones. (if
you need bound check boxes, then dump the activeX control and go with a
continuous form (besides, unless you use a installer for the ActiveX
control, you will have NOTHING but problems when you deploy to other pc's.

And, if you are in fact needing un-bound control for the check box, then
then check out my multi-slect example that uswes un-bouhd check boxes here:

http://www.members.shaw.ca/AlbertKallal/msaccess/msaccess.html
 
Back
Top