access 97

  • Thread starter Thread starter Jim
  • Start date Start date
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
 
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.
 
Back
Top