I'm dimming some variables in the general declarations area of a form. On the after update of a text box I use the variables successfully to collect data in a SQL update string.
Then the user has to click on a button to update the data to the database. But at that point I don't have the variables any more.
Should this work? Do I need globable variables? Constants?
What's the best way to do this? Any help appreciated?
Then the user has to click on a button to update the data to the database. But at that point I don't have the variables any more.
Should this work? Do I need globable variables? Constants?
What's the best way to do this? Any help appreciated?