date stamping

  • Thread starter Thread starter Guest
  • Start date Start date
Need help to date stamp all records that were selected by a parameter query.

Then you'll presumably need to change the query to an Update query, and update
a date/time field in the table to Date() (or to Now() if you want the date and
time).

For a more detailed answer please post a more detailed question.

John W. Vinson [MVP]
 
Back
Top