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

Dirty? What is that?

Status
Not open for further replies.

mlocurci

MIS
Oct 17, 2001
210
US
One of the Actions on a Forms proberly is called "Dirty"

What does that mean?
 
Hi!

A form is dirty if data has been changed in the record.

hth
Jeff Bridgham
bridgham@purdue.edu
 
Ok, so what can I do to record the date/time to a field in a DB is a form is changed.

-Michael
 
Hi!

To create a time stamp for updates, create a field in the table to hold the date and in the BeforeUpdate event procedure, use the following code:

Me!DateModified = Date()

hth
Jeff Bridgham
bridgham@purdue.edu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top