Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Users List
Message
From
21/08/2001 14:33:08
 
 
To
21/08/2001 13:44:47
Dave Sonier
Technologies Nter inc.
Gatineau, Quebec, Canada
General information
Forum:
Microsoft Office
Category:
Access
Title:
Miscellaneous
Thread ID:
00546878
Message ID:
00546908
Views:
21
>Hi,
>
>I join my DB to a security file (.WRK) and I want to know how can I get a users list...
>
>Thank in advance...

Look at the user object and the users collection.
For Each oUsr In DBEngine.Workspaces(0).Users
   Debug.Print oUsr.Name
   .. do something else
Next
HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform