S
Sprinks
Litwin, Getz, & Gunderloy, in Access 2002 Enterprise Developer's Handbook
offer a BuildUserList() procedure that lists all current users in the
database, setting an ADODB.Connection variable to the current project:
Set cnn= CurrentProject.Connection
As I do not have the CD and will have to type this sub in manually, I
wondered if anyone knew whether this would find all users connected to the
shared back-end through their local front-ends.
Thanks for any assistance.
Sprinks
offer a BuildUserList() procedure that lists all current users in the
database, setting an ADODB.Connection variable to the current project:
Set cnn= CurrentProject.Connection
As I do not have the CD and will have to type this sub in manually, I
wondered if anyone knew whether this would find all users connected to the
shared back-end through their local front-ends.
Thanks for any assistance.
Sprinks