I'm trying to use a TempVar to pass along a value from one form to another to hide or unhide a control based on the user's action on the previous form.
I want to put some error checking in for this, so I want to start my hide-unhide constraints with an If statement like:
If TempVar!myVar isset Then
...
Else
...
End If
Is there a way to do this?
Thanks.
I want to put some error checking in for this, so I want to start my hide-unhide constraints with an If statement like:
If TempVar!myVar isset Then
...
Else
...
End If
Is there a way to do this?
Thanks.