Access Evaluation Project

M

Michelle Le Fevre

My Company runs XP with Office XP only with Access97. I
am working on the team as an advanced Access Developer
and we are looking at doing two things to start to
evaluate our upgrade.

1. We want to find out who out of our 5000 users have
been actually using access. I have looked at a lot of
monitoring tools and find one thing that access writes to
is the ntuser.dat.log. Is there a reg key that would
tell me when Access was last opened. Is there any type of
ADD-IN that I could monitor via Marimba or AD/OU LDAP
Queries that would help me out?

2. The other thing we are looking at is to run a hidden
2002 version on our image. Is there a way that we could
make Access default to 97. I have found one reg key but
it changes everytime the different versions are opened.

Thanks Again
Michelle
 
J

John Nurick

Hi Michelle,

For managing multiple versions, see http://www.aylott.com.au/accver.htm
for information (and a shareware utility).

As for monitoring: it shouldn't be hard to write a little program that
checks the "Last Accessed" timestamp on MSACCESS.EXE and either logs it
or sends a message about it.

You could write it to check all the workstations (using the
\\COMPUTERNAME\C$ administrative share to access their C: drives) and
run it as an administrator from one workstation; or else write it just
to check the machine it's running on, and include it in everyone's login
script.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top