Does append-query alter the modified date ?

D

Douglas J. Steele

What modified date?

If you're talking about the modified date for the table itself, the answer
is no.

If you're talking about a modified date field in the table, it'll only get
set if you either provide a value in what you're appending, or have a
default value for the modified date field.
 
Top