I am designing a number of reports for my system and have used the following method for when there is no data in particular fields:
Label is called UNPAID TIME
Change the label to - Textbox
Textbox Control Source type in: =IIf([UNPAID TIME] Is Null, Null, "UNPAID TIME")
When I used this method, the Textbox disappears even when there is data in the field. Am I doing something wrong here?
Also, is there any way to hide the backcolour of the textbox/label when there is null values?
Thankyou
Label is called UNPAID TIME
Change the label to - Textbox
Textbox Control Source type in: =IIf([UNPAID TIME] Is Null, Null, "UNPAID TIME")
When I used this method, the Textbox disappears even when there is data in the field. Am I doing something wrong here?
Also, is there any way to hide the backcolour of the textbox/label when there is null values?
Thankyou
Comment