T
Tom
I recently purchased Garry Robinson's "Microsoft Access Database Protection
and Security" book. In one of his sample DBs, he included the form
"frmJetUserRoster" which shows which users are currently logged into a
database on a network.
Before I post my question, it might be best to refer to a small db
(NetworkID.zip) that I posted at the following site:
http://tombock2004.i8.com/Test
The sample db contains (for concept #1):
- tblDataStorage
- tblDataStorageHistory
- frmDataSource
- basFindUserName
The sample db also contains (for concept #2):
- frmJetUserRoster
- basGR8_Startup
Before asking my question, let me briefly describe the "differences" between
concept #1 and concept #2:
Concept #1:
When opening frmDataSource and selecting a name from the "MustDo" column,
the NetworkID reflects the name of the network id (user who modified record
most recently)
Concept #2:
When opening frmJetUserRoster, the column LOGIN_NAME shows "Admin"...
Here's my problem:
- on the network (when using frmJetUserRoster), all users show up as "Admin"
in the LOGIN_NAME column
Here's my question:
- how can I modify the frmJetUserRoster (and/or basGR8_Startup) so that it
follows the principle of the basFindUserName.
- For instance, I want to show "C-2104" or "Tom Bock" in the
frmJetUserRoster when the list is updated.
Does anyone know how to modify the module and/or form to accomplish this?
Thanks so much in advance,
Tom
and Security" book. In one of his sample DBs, he included the form
"frmJetUserRoster" which shows which users are currently logged into a
database on a network.
Before I post my question, it might be best to refer to a small db
(NetworkID.zip) that I posted at the following site:
http://tombock2004.i8.com/Test
The sample db contains (for concept #1):
- tblDataStorage
- tblDataStorageHistory
- frmDataSource
- basFindUserName
The sample db also contains (for concept #2):
- frmJetUserRoster
- basGR8_Startup
Before asking my question, let me briefly describe the "differences" between
concept #1 and concept #2:
Concept #1:
When opening frmDataSource and selecting a name from the "MustDo" column,
the NetworkID reflects the name of the network id (user who modified record
most recently)
Concept #2:
When opening frmJetUserRoster, the column LOGIN_NAME shows "Admin"...
Here's my problem:
- on the network (when using frmJetUserRoster), all users show up as "Admin"
in the LOGIN_NAME column
Here's my question:
- how can I modify the frmJetUserRoster (and/or basGR8_Startup) so that it
follows the principle of the basFindUserName.
- For instance, I want to show "C-2104" or "Tom Bock" in the
frmJetUserRoster when the list is updated.
Does anyone know how to modify the module and/or form to accomplish this?
Thanks so much in advance,
Tom