procedure is too large

  • Thread starter access database programming
  • Start date
A

access database programming

I got the compiler error "Procedure is too large" how can i fix this
Regards;
Hassan
 
J

John W. Vinson

I got the compiler error "Procedure is too large" how can i fix this
Regards;
Hassan

Ummmm...

Make the procedure smaller?

How many lines of code in this procedure? Can it be simplified by looping,
calling subroutines, recursion? What's the purpose of the procedure?
 

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