G
Guest
I have a number of text boxes on each line of my report but depending on
certain criteria, i want to play with the .visible property, eg.
If txtbox1.value = "Yes" then
txtbox2.visible = True
txtbox3.visible = False
Else
txtbox2.visible = False
txtbox3.visible = True
End If
Now, when i type the code and come to the . it normally lists the available
properties however both .value and .visible are not in the list. All controls
are DEFINATELY text boxes, as opposed to labels etc.
Whats wrong ??
certain criteria, i want to play with the .visible property, eg.
If txtbox1.value = "Yes" then
txtbox2.visible = True
txtbox3.visible = False
Else
txtbox2.visible = False
txtbox3.visible = True
End If
Now, when i type the code and come to the . it normally lists the available
properties however both .value and .visible are not in the list. All controls
are DEFINATELY text boxes, as opposed to labels etc.
Whats wrong ??