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

re-updating automatic date field

Status
Not open for further replies.

ranfan

Technical User
Oct 23, 2002
13
IE
I have a table with a DATE field that is automatic, =Now(), when data is entered inot the record. Can this be updated if new data (via a form)is entered into the record? thanks.
 
Hi

You have a filed in table whose default value is now() ?

To update it:

On form, put control bound to that field

in before update event of form put Me.MyDate = Now()

where Mydate is the name of your control Regards

Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
UK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top