Re: Logging users



There is no built in feature. You will have to build it. Most people do so
by opening a form with the database. They open the form as "hidden" and
they tie code to it in the OPEN and CLOSE event. The OPEN event adds a
record to a table including the UserID, Date, Time, etc. The CLOSE event
can be coded to find that record and update it with a time and date closed.

There are lots of ways to do it, but the short answer is that there is no
built-in feature for this.

--
Rick B



"asset via AccessMonster.com" <u19405@uwe> wrote in message
news:5e9f00286397c@xxxxxx
I'm trying to log users who have accessed or are accessing a database
(Access
97). Does access 97 provide a utility that does it, if not can it be done?

Thanks

--
Message posted via http://www.accessmonster.com


.



Relevant Pages

  • Trying to set up a SQL Server Agent Account and I hit a wall....
    ... Our database is on SQL Server 2005, however it is set to compatibility mode ... You may need to set the compatibility level ... of the current database to a higher value to enable this feature. ... for the stored procedure sp_dbcmptlevel. ...
    (microsoft.public.sqlserver.security)
  • Re: OOP - a question about database access
    ... What I've decided to do is try to take a little database I have ... >and proper techniques of OOA, ... As you implement a feature, try to let the code tell you ... and delegation to help you eliminate this duplication. ...
    (comp.object)
  • Re: Oracle Streams / Change Data Capture Question
    ... we have a corporate database - our main system - which is effectively ... datasets off to the destination system. ... The question I have is whether or not a feature like 'Oracle Streams' ...
    (comp.databases.oracle.server)
  • Re: Oracle Streams / Change Data Capture Question
    ... we have a corporate database - our main system - which is effectively ... datasets off to the destination system. ... The question I have is whether or not a feature like 'Oracle Streams' ...
    (comp.databases.oracle.server)
  • Re: Compare a table to itself
    ... Charles Hooper wrote: ... Puget Sound Oracle Users Group ... The search feature in the 10g R2 online documentation took me here: ... "Oracle Database Advanced Replication Management API Reference 10g ...
    (comp.databases.oracle.server)

Loading