Check Box, Select All, De-select All.

  • Thread starter Thread starter Anthony
  • Start date Start date
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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top