Re: How to capture last used date/time

Tech-Archive recommends: Speed Up your PC by fixing your registry



On 20 Aug, 07:08, John W. Vinson <jvinson@xxxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
How can I capture thedate/timeof the last usage of my database?
(either it was last open and closed, or it was last manipulated (record
change))

Access does not record this information. You'll need to create a table to
store thedate/time, and write some (very much non-trivial!) code to write to
that table on every event that you want to track.

When I look at an mdb file in Windows Explorer I see a dates for
'Modified' and 'Accessed' respective. Do you think these could be
used? (I really don't know.)

Jamie.

--


.