non trappable error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have gotten the following error message several time

"Microsoft Access for windows has encountered a problem and needs to
close. We are sorry for the inconvience.

I cannot pinpoint any changes I made to code or the tables, or the forms, ets. I have tried to compact and repair the database. It doesn't help. I have tried to place an 'On Error GoTo' statement in the code. It doesn't help. Evidently whatever is happening is not trappable

I have a rough idea where the code breaks, but it has always worked. I have made no changes to that part of the code. I have tried to step through it. It still breaks and I cannot get any more info

Any thoughts? Any suggestions

Thank
 
Try repairing this way. Create a new empty database and import all the
objects from the broken one. Do this a couple of times and then try the last
new one created. Another way to repair is to use Jetcomp which can be
downloaded from MS, you may need to search for it.
Regards

Sheldon said:
I have gotten the following error message several times

"Microsoft Access for windows has encountered a problem and needs to
close. We are sorry for the inconvience."

I cannot pinpoint any changes I made to code or the tables, or the forms,
ets. I have tried to compact and repair the database. It doesn't help. I
have tried to place an 'On Error GoTo' statement in the code. It doesn't
help. Evidently whatever is happening is not trappable.
I have a rough idea where the code breaks, but it has always worked. I
have made no changes to that part of the code. I have tried to step through
it. It still breaks and I cannot get any more info.
 
Back
Top