access 97

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
 
J

John Vinson

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top