G
Guest
Hi all,
When opening some of the forms in my database or when saving changes in the
form design or in the form code, the project gets closed unexpectedly
(Ms-Access 2000). It does not happen all the time, but sometimes, I have to
try 2 or 3 times before successfully opening the form. It happens more often
on some PC stations than on others, usually more on those working on Windows
XP than in Windows 2000 for example.
The form source is a linked table, and the On_Open and On_Current events of
the form itself contain code that controls the user's restrictions to some
data by checking a table in a secured external database, and locks some of
the controls on the form accordingly.
However, no error message shows when it happens. Only the "Send error
message to Microsoft" shows up when the database is already closed.
I've tried storing the backend database on the same computer to avoid
network interactions, but it doesn't help. I've also tried to debug and
simplify the code in the form, but it doesn't help me identify where the
problem is, since this problem doesn't not happen systematically.
Does anyone have a clue of what the problem could be?
When opening some of the forms in my database or when saving changes in the
form design or in the form code, the project gets closed unexpectedly
(Ms-Access 2000). It does not happen all the time, but sometimes, I have to
try 2 or 3 times before successfully opening the form. It happens more often
on some PC stations than on others, usually more on those working on Windows
XP than in Windows 2000 for example.
The form source is a linked table, and the On_Open and On_Current events of
the form itself contain code that controls the user's restrictions to some
data by checking a table in a secured external database, and locks some of
the controls on the form accordingly.
However, no error message shows when it happens. Only the "Send error
message to Microsoft" shows up when the database is already closed.
I've tried storing the backend database on the same computer to avoid
network interactions, but it doesn't help. I've also tried to debug and
simplify the code in the form, but it doesn't help me identify where the
problem is, since this problem doesn't not happen systematically.
Does anyone have a clue of what the problem could be?