Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Check Boxes On A List Object

Status
Not open for further replies.

HLEE1167

Programmer
Mar 21, 2006
17
US
I would like to have a list object with checkboxes on it. VB Net have this functionality but Access do not. Could you tell me how could I do this? Do you know of any good free object library that I can use on my projects?

Thank you
 
Make a subform that looks and acts like a list with checkboxes, or maybe a treeview control which has checkboxes on it. I think you could roll your own in access doing the first suggestion.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top