How do you create a log file?

B

Belle

How do you create a log file? I have a remarks field in my database that I
want to keep the entries/changes. Do I need to create a text file
 
T

Tom Wickerath

Hi Belle,

See Allen Browne's example for creating an audit log
http://members.iinet.net.au/~allenbrowne/AppAudit.html

This is created within the database. You do not need to create a separate text file.

Tom
_________________________________


How do you create a log file? I have a remarks field in my database that I
want to keep the entries/changes. Do I need to create a text file
 
K

Koulla

Hi Tom I saw the example of creating an audit log. Its really very helpfull.
But it works only with Autonumbers keys. When I have NO Autonumber keys is
not working. But my database is with No Autonumber keys is there any way to
change that code and working with no Autonumber keys ????
Thanks
 
Top