W
WSF
Access97
I have a continuous form based on a table.
One of the fields [Checked] in the table [tblPartsList] is a Yes/No (-1,0)
and is bound to a Checkbox control [chkChecked] on the form [frmPartList]
(or visa versus)!
I would like to place a check box at the top of the form control which when
OnClicked will either check all the Checkboxes on the Continuous form or
conversely Uncheck them - all at once - depending on their state..
Is this possible?
I presume it involves opening the table recordset to change all records and
then refreshing the form?
TIA
WSF
I have a continuous form based on a table.
One of the fields [Checked] in the table [tblPartsList] is a Yes/No (-1,0)
and is bound to a Checkbox control [chkChecked] on the form [frmPartList]
(or visa versus)!
I would like to place a check box at the top of the form control which when
OnClicked will either check all the Checkboxes on the Continuous form or
conversely Uncheck them - all at once - depending on their state..
Is this possible?
I presume it involves opening the table recordset to change all records and
then refreshing the form?
TIA
WSF