I want to print a text control in different postions within a group. I assume I'll have to create some code like this after making them both invisible.
If table.columnvalue = "This" then
textcontrol.visible = true
else
textcontrol1.visible = true
End if
Am I on the right track?
TIA
W.
If table.columnvalue = "This" then
textcontrol.visible = true
else
textcontrol1.visible = true
End if
Am I on the right track?
TIA
W.