K
Kevin
I have developed a database in Access 97. The system is
designed with a front end application that resides on the
users system and a backend database on a network drive.
One of the features tracks who is logged on to the
database at any one time. I do this by grabbing their
network user ID and network computer name from the Windows
API and stiking that information into a table in the
backend database. When they log off, the information is
deleterd from the table using an OnUnload event in a form
that is cloased as the appplication closes down. during
testing both on my computer and another system we had no
problems, but now we are getting an on unload error and it
is coming from this event. I have verified the module is
doing everything I need it to do, it is just the annoyance
of the error message. The computers we are seeing this on
are Windows 2000 Pro multiuser systems. My system
(development and test system) and the other test system
are both single user Windows 2000 Pro systems.
Also, I have tried tracing this in an mdb and do not have
the problem. Only when it is converted to an mde.
Any ideas?
Thanks in advance.
Kevin
designed with a front end application that resides on the
users system and a backend database on a network drive.
One of the features tracks who is logged on to the
database at any one time. I do this by grabbing their
network user ID and network computer name from the Windows
API and stiking that information into a table in the
backend database. When they log off, the information is
deleterd from the table using an OnUnload event in a form
that is cloased as the appplication closes down. during
testing both on my computer and another system we had no
problems, but now we are getting an on unload error and it
is coming from this event. I have verified the module is
doing everything I need it to do, it is just the annoyance
of the error message. The computers we are seeing this on
are Windows 2000 Pro multiuser systems. My system
(development and test system) and the other test system
are both single user Windows 2000 Pro systems.
Also, I have tried tracing this in an mdb and do not have
the problem. Only when it is converted to an mde.
Any ideas?
Thanks in advance.
Kevin