Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

find out who is logged on to my data base

1 view
Skip to first unread message

clcnewtoaccess

unread,
Nov 6, 2007, 8:04:02 AM11/6/07
to
I work for a large company and I am having trouble finding out who is logged
on to the data base. I do not have admin rights to the server but I do own
the folder that the data base is located in. This is causing me a lot of
trouble when I am trying to backup or make changes to the data base.
--
clcnewtoaccess

Marco

unread,
Nov 6, 2007, 9:09:00 AM11/6/07
to
Once I had an application in access named Appuser witch allow to check that.

Pieter Wijnen

unread,
Nov 6, 2007, 9:37:07 AM11/6/07
to
There's one version available at http://www.mvps.org/access

Pieter

"Marco" <Ma...@discussions.microsoft.com> wrote in message
news:04175026-087D-4B83...@microsoft.com...

George Nicholson

unread,
Nov 6, 2007, 12:20:32 PM11/6/07
to
Add a "UsageLog" table to your db. When startup form opens, append user
timestamp "Login" record to UsageLog. When final form closes (assumes at
least one "always open" form, hidden or visible), append a user timestamp
"logout" to UsageLog (and delete records older than x days).

At any given time a query to the backend UsageLog should be able to tell you
who has logged in but not out.

Can be expanded to include logging of other events like "special password
supplied", "special access denied".

Get Network Login Name
http://mvps.org/access/api/api0008.htm

Get Machine Name
http://mvps.org/access/api/api0009.htm

--
HTH,
George


"clcnewtoaccess" <clcnewt...@discussions.microsoft.com> wrote in message
news:D789E8DB-DC46-4593...@microsoft.com...

clcnewtoaccess

unread,
Nov 6, 2007, 4:02:01 PM11/6/07
to
Have any of you used The Access Workbench? I found this through research and
it seems to work well. It even gives you the ability to send a message to
the computer that is logged in to your data base.

Thanks for the help all!
--
clcnewtoaccess

0 new messages