Creating a log using text files

emdiesse

Registered User.
Local time
Today, 08:55
Joined
Feb 1, 2006
Messages
36
I would like to make a log to record what users do what at what time.
So when the database is opened it imediately accesses log.txt and begins writing lines to the text file in the format of

Date | Time | Message
19/02/2006 | 13:42 | Logon Attempt ' An example of what it would write when the logon button is pressed

How would I accomplish this in VBA.

Thanks, Emdiesse
 
Search the forum on 'Audit Trail'

RV
 

Users who are viewing this thread

Back
Top Bottom