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