Default Values added to existing records?

M

Miriam White

Once a table has been set-up and data entered, how can you
add a default value to an existing record? The standard
feature will only add the default value to a new record.
 
A

Allen Browne

To enter data into the existing records, use an Update query:
Update on Query menu in query design.
 
Top