New user, first post, and love the site its been very helpful so far. I haven't found the answer yet so I am posting 
I have a form with 2 combos and a txt box that is ultimately performs an update query when submitted.
The form is what sets which table needs to be updated based on the combo box selection.
I can make this work without passing variables but it would require me to do another select case in the submit sub. Seems like it would be best to just have to do that once. then fill my sql statement with the variables I set previously.
I am just setting glob variables and being done with it.

I have a form with 2 combos and a txt box that is ultimately performs an update query when submitted.
The form is what sets which table needs to be updated based on the combo box selection.
I can make this work without passing variables but it would require me to do another select case in the submit sub. Seems like it would be best to just have to do that once. then fill my sql statement with the variables I set previously.
I am just setting glob variables and being done with it.
Last edited: