access 97

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

Jim

I have a database in access 97 and I don't have any
problem running reports or doing other tasks. The only
problem I have is when creating a new entry and trying to
approve it I get the error.. Stop Statement Encountered.
I have check the code as suggested but I can't find any
line with stop on it. Would you please have any other
suggestion on how to fix the database ?

thank you
 
I have a database in access 97 and I don't have any
problem running reports or doing other tasks. The only
problem I have is when creating a new entry and trying to
approve it I get the error.. Stop Statement Encountered.
I have check the code as suggested but I can't find any
line with stop on it. Would you please have any other
suggestion on how to fix the database ?

thank you

Well... I'm sorry, but the message Stop Statement Encountered comes
about in only one circumstance to my knowledge: when a Stop statement
is encountered.

Try opening the VBA editor by editing (or, if need be, creating) a
module; use Edit... Find to search for the word Stop; be sure to check
the box "Entire database". If there isn't a Stop SOMEWHERE your
database must be corrupt in a truly unique manner!
 
Back
Top