Search Replace on a Yes/No Field

  • Thread starter Thread starter Robert Willis
  • Start date Start date
R

Robert Willis

I have two Yes/No fields in my Microsoft Access 2003 SP3 database that I
would like to reset to No. I cannot get the Replace Function to work from
the toolbar on these two fields. When I select the column the Replace box
only list the table name instead of the field name. What am I doing wrong?
 
Do this in a query.

In query design view, choose Update from the Query menu.
Access changes it into an Update query (adds Update row.)

In the Update row under your Yes/No field, enter:
False

Run the query, and all records in the table will have No in this field.
 

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