Access 97

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

Hi Allen,

As suggested I went through the database and Compilefrom
the debug menu. I found a lot off errors and after fixin
them did try to find the stop sign but it's not listed.
It amy well be as you said the other day that the person
who setup the database probably change it to MDE file so
we would not be able to make any changes. The person has
left the company so if there is anything else that I can
try please let me know. Thank you for your help.
 
Jim, if you can read the code, it is not an MDE file.
MDE files contain only the compiled code.
(They don't have the text, and you can't compile them.)

If there is definately no STOP statement anywhere in the code statements
within your program, there must be a corruption in the database (i.e. in the
compiled code).
 
Back
Top