Filling a New Field with same Value

F

FJB

Is there an easy way to fill a new field with the same value for the
existing records only? New records will have to have this field
completed appropriately. Thanks for your help.

Frank
 
J

Jeff Boyce

Frank

This may not be enough information to give you good advice. "...the same
value for the existing records..." -- do you mean you want every record to
have the same value? If so, why bother saving the value, since every record
has the same value...?

More information, please...

Jeff Boyce
Microsoft Office/Access MVP
 
P

Pat Hartman\(MVP\)

You need to run an update query that will apply the default value to the
existing rows. You can then make the field required in the table definition
and add a default if you need to.
 

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