Hi - Trying to make a textbox visible depending on the value of another field...
This is the psudo
Not sure where to put this on the report or for that matter if my syntax is correct for the visibilty part.
Andy
This is the psudo
Code:
If [somefield]=3 Then
Text1.Visible=True
Elsif [somefield]=2 Then
Text2.Visible=True
Else
Text3.Visible=True
End If
Not sure where to put this on the report or for that matter if my syntax is correct for the visibilty part.
Andy