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

tracking data entry date

Status
Not open for further replies.

leeroi

Technical User
Jun 5, 2000
122
US
I would like to be able to determine when (mm/dd/yy) data is entered into an empty field in a form. Is there a way to do this?
 
leeroi,

I'm not entirely clear on what you want to do. Is it:

1) Keep a running log of when data is entered or modified?
2) Track the last time a record is edited?
3) Keep track of when a record is created?
4) Is this for the entire record, or a specific field?

Give us a few more details and we can probably get you pointed in the right direction. For now, I would take a look at the Dirty event and the Now() function. Also BeforeUpdate and AfterUpdate.

HTH,

Ken S.
 
I want to know when data is entered for the first time into a specific field, of an already created record.
 
leeroi . . .

Is it possible the [blue]InputMask property[/blue] will solve your needs?

Calvin.gif
See Ya! . . . . . .
 
Hmmm. I don't see how I could use that.
 
leeroi . . .

You can't trigger a controls [blue]BeforeUpdate[/blue] or [blue]AfterUpdate[/blue] event unless the data passes the [purple]Input Mask formatting rule![/purple]

Calvin.gif
See Ya! . . . . . .
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top