These things are among the most difficult to debug. You can save a lot of
time by looking at the code as closely as you can. Unfortunately it is
unlikely anyone can help unless you know what the cause is. Of course, if
you know the cause, then you don't need help.
And again, it is especially important to ensure that any error that might
occur is detected and that a reasonably meaningful error message be shown
and then the program should exit as gracefully as possible. It can really,
really help also if the error message includes something to allow you to
determine where in the program the problem is occuring.
If it is relevant, it might help to single-step through the code. Are you
familiar with doing that? That would be relevant I think only if you have VB
code, but if you do, then single-stepping might really help.
Robert Humiston said:
Sam,
Thanks for the good responces. The only thing that I see is, at the very
top of the window. It shows. "msaccess.exe - application error. Now this is
the thing. It only happens at this work station. I can go to another work
station and no problem.