G
Guest
I have a database (2002 - 2003) with user-level security. When I login to an
account that is a member of the Admins group, I am recognized as 'admin' by
the system, which is not the username I logged in with. I've embedded
"MsgBox Workspaces(0).UserName" in a VBA routine, and when executed displays
'admin' in the messagebox.
Furthermore, the remainder of the code in the routine will not execute,
erroring with "You do not have the necessary permissions to use the '___'
object." The object being a table.
I am extremely confused about what's going on here.
Can someone help?
Regards,
VBA Dabbler
account that is a member of the Admins group, I am recognized as 'admin' by
the system, which is not the username I logged in with. I've embedded
"MsgBox Workspaces(0).UserName" in a VBA routine, and when executed displays
'admin' in the messagebox.
Furthermore, the remainder of the code in the routine will not execute,
erroring with "You do not have the necessary permissions to use the '___'
object." The object being a table.
I am extremely confused about what's going on here.
Can someone help?
Regards,
VBA Dabbler