procedure is too large

  • Thread starter Thread starter access database programming
  • Start date Start date
A

access database programming

I got the compiler error "Procedure is too large" how can i fix this
Regards;
Hassan
 
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

Similar Threads

Vb code 14
Compile Error Procedure too Large 1
Procedure too large 1
Basic Question 8
Compile Error: Procedure too large 1
Procedure Too Large 4
Error Procedure too large 1
Procedure Too Large 7

Back
Top