E
erick-flores
I need to write an IF statement for my report that says:
If nameoftable.field = has no data then
nameofcontrol.visible = false
else
nameofcontrol.visible = true
endif
Basically if the field under a particular table has data show it in the
report ELSE dont show it
Thank you
If nameoftable.field = has no data then
nameofcontrol.visible = false
else
nameofcontrol.visible = true
endif
Basically if the field under a particular table has data show it in the
report ELSE dont show it
Thank you