M
Marco
hi,
i coded an access 2007/VBA form with an activeX listview.
the property checkboxes is set to true so that i have a checkbox in every
line of my listview.
the listview is fine, but i'd like to select the checkboxes using VBA to
show e.g. if a personen listed in this list has a certain property or not...
which command do i have to use.
to explain again:
if i press a button, all checkboxes of women in my list should be selected,
the checkboxes of all men rest unselected...
let's say my listview object is defined as following:
Private WithEvents m_objLv1 As MSComctlLib.ListView
Set m_objLv2 = Me!ClientsLV.Object
what do i have to code???
i coded an access 2007/VBA form with an activeX listview.
the property checkboxes is set to true so that i have a checkbox in every
line of my listview.
the listview is fine, but i'd like to select the checkboxes using VBA to
show e.g. if a personen listed in this list has a certain property or not...
which command do i have to use.
to explain again:
if i press a button, all checkboxes of women in my list should be selected,
the checkboxes of all men rest unselected...
let's say my listview object is defined as following:
Private WithEvents m_objLv1 As MSComctlLib.ListView
Set m_objLv2 = Me!ClientsLV.Object
what do i have to code???