I have a submit button on a form where the code is extremely large. It works and I can't think of a more efficient way to run it.
The code runs 400 individual SQL statements.
I'd like to know how to split up my code into a couple different functions and run them sequentially. Or run the code from a text file.
Thanks for any help.
The code runs 400 individual SQL statements.
I'd like to know how to split up my code into a couple different functions and run them sequentially. Or run the code from a text file.
Thanks for any help.