Update Time Stamp

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a time stamp field in my tables. I want to automatically update this field each time a record is inserted or updated - similar to a trigger in SQL Server. Is there any easy way to do this without writing VBA code - can I use an expression on the Before_Update event, etc

Any help would be appreciated.
 
It's just a single line of VBA code that's required:

Me!MyDateField = Now()

--
Doug Steele, Microsoft Access MVP

(No private e-mails, please)



Scott2617 said:
I have a time stamp field in my tables. I want to automatically update
this field each time a record is inserted or updated - similar to a trigger
in SQL Server. Is there any easy way to do this without writing VBA code -
can I use an expression on the Before_Update event, etc.
 

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

Similar Threads

Adobe Acrobat Stamp 0
Time Stamp 2
Inserting Date/Time stamps 6
date stamp 1
time stamp upon closed 2
New User - Time, and date Stamp 6
Showing Date Stamp on Form 6
Excel Convert Datetime Stamp to HH and MM Worked 7

Back
Top