One Big Problem w/ Coding

  • Thread starter Thread starter Skywise
  • Start date Start date
S

Skywise

Appreciate any help you might be able to provide... My
offices are in a state of flux, and I'll be moved to
different desks with some regularity. The last time
(Thurs morning), when I tried to get back into my
programming workspace, I type the next line of code and
the program breaks. This happens at the same place
everytime, as I'm beginning to code in a new function.
The program breaks and I get an error message box with the
heading "Program Error" that reads as follows:

MSACCESS.exe has generated errors and will be closed
by Windows. You will need to restart the program. An
error log is being created.

That's it. The same thing happens when I try to switch
to another database while keeping Access open, but I'm not
as concerned with that problem as with not being able to
code... has anyone experienced this problem, and been able
to deal with it effectively.

Thank you
 
Sometimes a corrupt database will do this. Start a new blank database and
import things into it. When you do the forms, check after importing each
form and doing a compile that you can still enter code without it crashing.

--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
 
Back
Top