Referencing next record for a checkbox

C

Chad

Here is another though i had as well, could someone
please tell me how to reference the next record for a
checkbox? To be a little more specific:

in the code

For intIndex = 0 To ListBox1.ListCount - 1
Listbox1.Selected(intIndex) = True
Next intIndex

I would like to perform the same thing for a check box
that line 2 does for a list box. (sets it equesl to the
record associated with intIndex).

Thanks again for any help you can give,
Chad
 

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

Top