access 97

J

Jim

I have a database Called Financial Controller in access
97. This database is used for Loans. I can add new
applicants/people on the database however when trying to
approve the their forms I get the error message....Stop
statement encountered. Any idea what this message mean
will be much appriciated
 
A

Allen Browne

STOP is a VBA statement.
You can place it in your code to stop execution (for debugging purposes).

Access should show you the stopped line of code when it reaches this point.
You can delete the line containing just the Stop statement.

If you cannot find it, open any module, and choose Find from the Edit menu.
 

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