techkenny1
Technical User
Hi,
I am using this code on a continous form to show specific data when a certain date criteria is reached.
Expression is
This will hightlight all dates that are over 30 days.
What I need to do is to be able to show 30 days, 60 days in different colours.
How do I change the above code to reflect this.
Many thanks
kp
I am using this code on a continous form to show specific data when a certain date criteria is reached.
Expression is
Code:
DateDiff("d",[DateRaised],Date())>30
What I need to do is to be able to show 30 days, 60 days in different colours.
How do I change the above code to reflect this.
Many thanks
kp