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

auto update time field

Status
Not open for further replies.

bangsmic

Technical User
Oct 22, 2001
29
US
I am duplicating a previous record and editing that record while maintaining the integrity of the original data. The duplication is done through the "duplicate" command button and I can distinguish between the original and edited records by means of an auto # field.

When I "duplicate" the record, how can I automatically update the "time" field based upon the system time so the user doesn't have to?
 
me.fieldname.value=now() Bastien

There are many ways to skin this cat,
but it still tastes like chicken
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top