I have a Report “SITE_VISITS” with a Text Box, “Text15”, formatted as a Short Date, that uses Conditional Formatting to turn Red when “TA_START_DATE” occurred 180 day ago.
“TA_SITE_VISITS” Query is the Record Source for the Report. Text 15 displays the most recent date for the site visit by using:
Text15=DMax("[TA_START_DATE]","TA_SITE_VISITS","[PWSID_FDS]=" & [PWSID_FDS]), PWSID_FDS is the primary key for each record. All of this seems to work just fine.
Conditional Formatting is set on Text15 by using Expression Is ………..[Text15]<(Date()-180). This color coding works for 95% of the records displayed. However, it randomly does not change to red for 1-2 records in the list. The exact number varies. In other words, a TA_START_DATE that was 300+ days ago does not turn red when it should. With each opening and closing of the report, the randomness changes, correctly Conditional Formatting those records that were previously not working, and randomly other records that are clearly “past due” do not turn red.
Any suggestions/feedback would be greatly appreciated. Thank you.
“TA_SITE_VISITS” Query is the Record Source for the Report. Text 15 displays the most recent date for the site visit by using:
Text15=DMax("[TA_START_DATE]","TA_SITE_VISITS","[PWSID_FDS]=" & [PWSID_FDS]), PWSID_FDS is the primary key for each record. All of this seems to work just fine.
Conditional Formatting is set on Text15 by using Expression Is ………..[Text15]<(Date()-180). This color coding works for 95% of the records displayed. However, it randomly does not change to red for 1-2 records in the list. The exact number varies. In other words, a TA_START_DATE that was 300+ days ago does not turn red when it should. With each opening and closing of the report, the randomness changes, correctly Conditional Formatting those records that were previously not working, and randomly other records that are clearly “past due” do not turn red.
Any suggestions/feedback would be greatly appreciated. Thank you.