Since I'm in a data access page and the method currentUser() is native to Access, I'm using the following:
MsgBox MSODSC.Connection.Properties("User ID"
.value
to return the currently logged-on user. But even though I've already set up a workgroup, the line above (which is bound to a button) only ever returns the user "Admin" regardless of who I'm logged in as, or what groups that user is a part of. Does anyone know why? Thanks.
MsgBox MSODSC.Connection.Properties("User ID"
to return the currently logged-on user. But even though I've already set up a workgroup, the line above (which is bound to a button) only ever returns the user "Admin" regardless of who I'm logged in as, or what groups that user is a part of. Does anyone know why? Thanks.