PDA

View Full Version : Return to initial values



mud2
01-11-2007, 10:13 PM
My "Program" has many variables and conncted forms in which variables are entered. If I jump to the opening form before completing all my input, many of these variables remain. I want to "Null" out these variables whenever I open the opening form. How Do I do this? I cannot simply set their values = NULL, (As access says I can!) If I display their values on opening the opening form, by MsgBox("Variable x = " & variablex) I get "Variablex = "
So, if after going part way through the program, I decide to start over again, and want variable x to be (whatever the blank value was.) Do I have to display/use its binary value?

mud2
01-11-2007, 10:15 PM
I should have said "HEXIDECIMAL" value...that shoiws my age!

Norie
01-12-2007, 04:56 AM
I think we need to see some code and some more information might help.

What exactly is it you are trying to do?