J
JaneP
I've created a refresher date for a training course which is calculated by
RefresherDate: IIf([Training Record]!TRRefresherPeriod=0,"N/A",([Training
Record]!TRRefresherPeriod*365)+[Training Record]!CourseEndDate)
I now want to use conditional formating in a form to highlight when that
Refresher date is overdue ie in the past but I can't seem to get it to work
as it highlights when the date is in the past & in the future. Thinking it I
need to make sure the calculation is recognised as a date although it shows
in the date format. I've even added additional fields to the query to
calculate if Due or not & it did the same, showed Due where there was a date
given & blank when N/A.
Help please as I'm going mental!!!!
RefresherDate: IIf([Training Record]!TRRefresherPeriod=0,"N/A",([Training
Record]!TRRefresherPeriod*365)+[Training Record]!CourseEndDate)
I now want to use conditional formating in a form to highlight when that
Refresher date is overdue ie in the past but I can't seem to get it to work
as it highlights when the date is in the past & in the future. Thinking it I
need to make sure the calculation is recognised as a date although it shows
in the date format. I've even added additional fields to the query to
calculate if Due or not & it did the same, showed Due where there was a date
given & blank when N/A.
Help please as I'm going mental!!!!