Hi all,
I have a strange going on with Access security.
In my Access 2007 database I have
Which allows name logging when data is amended.
This works well for me every time, but when some colleagues open the database, it debugs to that piece of code saying Compile Error cannot find object or library.
Any help is appreciated.
Thanks
I have a strange going on with Access security.
In my Access 2007 database I have
Code:
[SIZE=3][FONT=Calibri]Public Function User()[/FONT][/SIZE]
[SIZE=3][FONT=Calibri]User = Environ("UserName")[/FONT][/SIZE]
[SIZE=3][FONT=Calibri]End Function[/FONT][/SIZE]
Which allows name logging when data is amended.
This works well for me every time, but when some colleagues open the database, it debugs to that piece of code saying Compile Error cannot find object or library.
Any help is appreciated.
Thanks