G
Guest
Hi
I am creating a Db and i have a report which i want to check whether another
field is empty on that report and if it is hide another.
E.g
If CCD = "" Then
[PO Number].visible = false
End If
The problem i have is that putting this in onOpen is too early to check
whether it is empty but i want to execute this once the data is in the report
and before the user can print.
Is this possible?
Cheers
Danny
I am creating a Db and i have a report which i want to check whether another
field is empty on that report and if it is hide another.
E.g
If CCD = "" Then
[PO Number].visible = false
End If
The problem i have is that putting this in onOpen is too early to check
whether it is empty but i want to execute this once the data is in the report
and before the user can print.
Is this possible?
Cheers
Danny