K
Kirstie Adam
Hi All,
I have a conditional formatting expression i would like to convert to code,
and need some help!
I want the code to be in the OnOpen event of a report (called
rptAllInformation).
If the value of [DIA FORM ISSUED] is more than 6 weeks ago, and [DIA
RESPONSE RECEIVED] is null, then label (lblOverdueWarning) becomes visible
At the moment the expresson is:
[DIA RESPONSE RECEIVED] Is Null And [DIA FORM ISSUED]<DateAdd("w",-6,Date())
Can anyone help?
Kirstie
I have a conditional formatting expression i would like to convert to code,
and need some help!
I want the code to be in the OnOpen event of a report (called
rptAllInformation).
If the value of [DIA FORM ISSUED] is more than 6 weeks ago, and [DIA
RESPONSE RECEIVED] is null, then label (lblOverdueWarning) becomes visible
At the moment the expresson is:
[DIA RESPONSE RECEIVED] Is Null And [DIA FORM ISSUED]<DateAdd("w",-6,Date())
Can anyone help?
Kirstie