P
Paul
In a form I store the value of the text box to the global variables in a
module. At some point I need to reset those variables in the module to
nothing. So I tried the following code in the form event, Set
GlobalVariable.Text1 = Nothing or GlobalVariable = vbNullString and both
does not work. Thanks.
module. At some point I need to reset those variables in the module to
nothing. So I tried the following code in the form event, Set
GlobalVariable.Text1 = Nothing or GlobalVariable = vbNullString and both
does not work. Thanks.