hi guys
Having a strange audit trail problem in Access 97
Basically, I didn't develop the database but have "taken over" after the developer left.
I'm quite experienced with Access, but usually use my own security modules so am not too familiar with the "user-level" security stuff.
Anyway my problem is:
In the "unsecured" database, everything works ok and users can access all forms.
I added an AJB audit trail to the database, which works ok too.
THEN, I created a Workgroup and added the User-Level security.
After doing that, everytime a record is altered, the audit trail module fires and instantly hits an error at the
The error is 'User-defined type not defined', which occurs at the following line:
Dim db As DAO.Database
This is extremely weird, as the error can't really be in the code, since it worked perfectly prior to introducing the User Level Security thing....
I'm thinking it could be a case of "permissions", but not sure what.
Anyone else experienced this before?
TIA!!!
Having a strange audit trail problem in Access 97
Basically, I didn't develop the database but have "taken over" after the developer left.
I'm quite experienced with Access, but usually use my own security modules so am not too familiar with the "user-level" security stuff.
Anyway my problem is:
In the "unsecured" database, everything works ok and users can access all forms.
I added an AJB audit trail to the database, which works ok too.
THEN, I created a Workgroup and added the User-Level security.
After doing that, everytime a record is altered, the audit trail module fires and instantly hits an error at the
The error is 'User-defined type not defined', which occurs at the following line:
Dim db As DAO.Database
This is extremely weird, as the error can't really be in the code, since it worked perfectly prior to introducing the User Level Security thing....
I'm thinking it could be a case of "permissions", but not sure what.
Anyone else experienced this before?
TIA!!!