Search results

  1. I

    Procedure Too Large

    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...
  2. I

    OnClick event function question

    Hey Everyone, I have a form for scoring where the user would click on a text box to make the value jump by 0.5 points. I have the code working from the Sub, but I'd like to know how to make this a function and how to call the function. Otherwise I'd need to repeat the code for each text box...
Back
Top Bottom