setting a value to a field for all records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to create 'Select All' and 'Unselect All' buttons to put true or false
in a yes/no field. Anyone have an idea for the easiest way to iterate
through all the records?
 
Use an update query.
Update to 0 (zero) for No or False and -1 (minus one) for Yes or True.
 

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