Check Box, Select All, De-select All.

A

Anthony

Hi,

I have a Tabular form with over 200 records containing the Clients name and
a check box,

I use this to print labels for the required clients being any that are
ticked.

Could anyone help me or tell me where I might find code that would enable a
"Select All" & "Un-Select All" buttons.

Many thanks,
Anthony.
 
L

Larry Linson

Execute an update query against the underlying table from code behind the
buttons. Create the query in the Query Builder and copy the SQL into your
code to make it even easier.

Larry Linson
Microsoft Access MVP
 
Top