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 sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SHOW LAST UPDATE FIELD 1

Status
Not open for further replies.

dk99

MIS
Jun 20, 2003
76
GB
Is there a way I can show the date the field was last updated/saved on a form ?
 
What code would I need to use for that ?
 
Alve suggested using BeforeUpdate, I prefer Dirty. Here is the code I used.

Private Sub Form_Dirty(Cancel As Integer)
[Date Last Modified].Value = Date
End Sub
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top