I created an audit trail for my access 97 database using code I found
at: http://members.iinet.net.au/~allenbrowne/AppAudit.html
One of the limitations stated for the code is "each table to be audited
must have an AutoNumber primary key". Can someone explain why the
automunber field has to be the primary key? It seems that the
autonumber field would be unique by default. I have another field that
needs to be unique but there is nothing to prevent the user from
entering duplicate values without making it the primary key or by
adding code. If I understood this limitation further, I may be able to
come up with a solution.
Thanks,
Michael
at: http://members.iinet.net.au/~allenbrowne/AppAudit.html
One of the limitations stated for the code is "each table to be audited
must have an AutoNumber primary key". Can someone explain why the
automunber field has to be the primary key? It seems that the
autonumber field would be unique by default. I have another field that
needs to be unique but there is nothing to prevent the user from
entering duplicate values without making it the primary key or by
adding code. If I understood this limitation further, I may be able to
come up with a solution.
Thanks,
Michael
Comment