Clearing yes/no fields

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

I have a yes/no field that I tag if I want to send a bill to various people.
After I have sent the bill I want to clear the field so I can use the field
at a later time. Is there a way to do this?
 
Do an update query and set the fields to No or 0 (zero).

Make a copy of the database or table first just in case things go wrong.
 
Back
Top