Sounds stupid I know but can anyone tell me how to achieve the following.
I have built an expression to indicate if a persons record is
A) Current
B) Due for Renewal
C) Expired!
=IIf(Now()>[Expiry Date],"EXPIRED!",IIf(Now()>[Expiry Date]-31,"RENEWAL DUE","ACTIVE"))
How can I set it for each possible answer to appear as a different colour to help identify the record when viewing the form.
Can this be done in an expression or should it be written in macro.
I have built an expression to indicate if a persons record is
A) Current
B) Due for Renewal
C) Expired!
=IIf(Now()>[Expiry Date],"EXPIRED!",IIf(Now()>[Expiry Date]-31,"RENEWAL DUE","ACTIVE"))
How can I set it for each possible answer to appear as a different colour to help identify the record when viewing the form.
Can this be done in an expression or should it be written in macro.