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

Edit date on MS Access table

Status
Not open for further replies.

ideafixer

Programmer
Nov 21, 2002
70
US
Is there any easy way to capture when a record is edited in a Access 2000 table? A last edit date time?
 
Not if the changes are being made directly in the table. If the changes are being made from a form bound to the table then you can use the Dirty Property or the On Change Event or something like this to capture the Date/Time of the system clock and insert that value into a field in a table.

Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top