Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date and Time

Status
Not open for further replies.

redeyes1965

Technical User
May 12, 2001
76
GB
I want to display the current (updating real time) date and time on my form, so that when an entry is made a time stamp of when is recorded in the datbase.

Can and how?

Tim
 
Thnx for this, however the field does not update automaticaly when i ammend a record.

Tim
 
Using the BeforeUpdate event of your form, update your time stamp field by using:

Me.MyField = Now

This way, anytime data is entered or changed, your time stamp will be updated.

Hope this helps,

Mike Dorthick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top