Guido Cresto
February 20th, 1999, 05:10 AM
Help!
I am reading a table from Access using DAO that has one text field and three booleans (yes/no). I want to display in a scrolled list the text item with three check boxes next to it. You should be able to click directly on each of the three check boxes against each item. I am not worried about binding this control directly to the database as I am quite happy with manipulating recordsets in code, setting up the list and getting events.
The listview control only allows one check box. I am currently investigating using MSFlexGrid but a lot a coding is required to make it look decent and work well.
Has anyone out there done this before?
Big thanks to anyone who can put me out of my misery!!
I am reading a table from Access using DAO that has one text field and three booleans (yes/no). I want to display in a scrolled list the text item with three check boxes next to it. You should be able to click directly on each of the three check boxes against each item. I am not worried about binding this control directly to the database as I am quite happy with manipulating recordsets in code, setting up the list and getting events.
The listview control only allows one check box. I am currently investigating using MSFlexGrid but a lot a coding is required to make it look decent and work well.
Has anyone out there done this before?
Big thanks to anyone who can put me out of my misery!!