K
Keith Woollacott
My report contains a date field 'Delivered_On' and a label 'lbl_Sited'; both
have the visible format set to no.
I am trying to get the date field to become visible if the date is greater
than today's date, and the label to become visible if the date field is less
than today.
When I use the argument "If Me.Delivered_On >= Now() Then.....", I get an
error "You entered an expression that has no value"
have the visible format set to no.
I am trying to get the date field to become visible if the date is greater
than today's date, and the label to become visible if the date field is less
than today.
When I use the argument "If Me.Delivered_On >= Now() Then.....", I get an
error "You entered an expression that has no value"