A access database programming Oct 28, 2009 #1 I got the compiler error "Procedure is too large" how can i fix this Regards; Hassan
J Jack Leach Oct 28, 2009 #2 Shorten your procedure maybe? -- Jack Leach www.tristatemachine.com "I haven''t failed, I''ve found ten thousand ways that don''t work." -Thomas Edison (1847-1931)
Shorten your procedure maybe? -- Jack Leach www.tristatemachine.com "I haven''t failed, I''ve found ten thousand ways that don''t work." -Thomas Edison (1847-1931)
J John W. Vinson Oct 28, 2009 #3 I got the compiler error "Procedure is too large" how can i fix this Regards; Hassan Click to expand... 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?
I got the compiler error "Procedure is too large" how can i fix this Regards; Hassan Click to expand... 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?