Mark all records with default value

S

SallySC

I have added a new "yes/no" field to a table. I made the Default Value "yes"
which will apply to all NEW records. How do I make all existing records
"yes" without clicking on each and every one?
 
K

Kevin B

Create a new query and from the query grid, click QUERY in the menu and
select UPDATE query. Drag your new field to the first column in the FIELD
row of the grid, in the UPDATE TO row enter the value TRUE and in the
CRITERIA row enter FALSE.

Then run the query and clcik YES at the confirmation dialog box.
 
S

SallySC

Incredible! Thanks!!!
--
Sally


Kevin B said:
Create a new query and from the query grid, click QUERY in the menu and
select UPDATE query. Drag your new field to the first column in the FIELD
row of the grid, in the UPDATE TO row enter the value TRUE and in the
CRITERIA row enter FALSE.

Then run the query and clcik YES at the confirmation dialog box.
 

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

Top