S
SurveyorinVA via AccessMonster.com
Hello-
I am starting to work with Access 07 SP1 on Vista and trying to figure out
the right way to set the TempVars in an On_Click event. I followed what the
current help says where:
Dim myWorld As String
myWorld = "Hello"
TempVars.Add myText, myWorld
But I get an error, "You must specify a name to set or remove a temporary
variable." I thought I did with myText as the variable and myWorld as the
value.
If any one can help me that would be greatly appreciated.
Thanks,
CF
I am starting to work with Access 07 SP1 on Vista and trying to figure out
the right way to set the TempVars in an On_Click event. I followed what the
current help says where:
Dim myWorld As String
myWorld = "Hello"
TempVars.Add myText, myWorld
But I get an error, "You must specify a name to set or remove a temporary
variable." I thought I did with myText as the variable and myWorld as the
value.
If any one can help me that would be greatly appreciated.
Thanks,
CF