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