![]() |
Sergey Kornilov admin 8/14/2011 |
If you use SQL Server you can simply add a timestamp column to your database which will be updated automatically every time record is created or edited. |
G
|
GerryT author 8/14/2011 |
If you use SQL Server you can simply add a timestamp column to your database which will be updated automatically every time record is created or edited.
|
![]() |
Sergey Kornilov admin 8/14/2011 |
Check an article at http://databases.about.com/od/tutorials/ht/Access_2010_Timestamps.htm. Probably it can help. |
G
|
GerryT author 8/14/2011 |
Check an article at http://databases.about.com/od/tutorials/ht/Access_2010_Timestamps.htm. Probably it can help. As an alternative you can use 'Before Insert Record' event to build a custom SQL query adding a timestamp.
|