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?
 
Back
Top