RP1America
Technical User
In my cmdCreate_click procedure, I got this error:
This is basically like clicking OK. How can I break an OK click procedure into two!?
Your help is appreciated!!
Thanks!
Procedure too large
When compiled, the code for a procedure can't exceed 64K. This error has the following cause and solution:
Code for this procedure exceeds 64K when compiled.
Break this, and any other large procedures, into two or more smaller procedures.
This is basically like clicking OK. How can I break an OK click procedure into two!?
Your help is appreciated!!
Thanks!