scouser
Registered User.
- Local time
- Today, 00:33
- Joined
- Nov 25, 2003
- Messages
- 767
Hi. I am attempting to format a date field on a report to display font in 'Red' background 'Grey' if the field value is less than Date() (i.e. today's date)
The underlying query lists computer details with a field for WarrantyExpiry. The report data displayed is dependent on date range entered via a form.
Conditional Formatting on field WarrantyExpiry:
Field Value Is less than Date()
The output is not as expected. If the user enters Start Date 14/08/2008 End Date 31/12/2008 the Warranty Expiry field lists:
What am I missing?
Many Thanks,
Phil.
The underlying query lists computer details with a field for WarrantyExpiry. The report data displayed is dependent on date range entered via a form.
Conditional Formatting on field WarrantyExpiry:
Field Value Is less than Date()
Code:
Between [Forms]![REVIEW_WARRANTY_EXPIRY]![txtClick1] And [Forms]![REVIEW_WARRANTY_EXPIRY]![txtClick2]
The output is not as expected. If the user enters Start Date 14/08/2008 End Date 31/12/2008 the Warranty Expiry field lists:
15/12/2008 (Normal Font)
15/12/2008 (Normal Font)
08/11/2008 (Red Font / Grey Background)
21/11/2008(Normal Font)
06/10/2008 (Red Font / Grey Background)
08/11/2008 (Red Font / Grey Background)
24/10/2008 (Normal Font)
15/12/2008 (Normal Font)
06/10/2008 (Red Font / Grey Background)
What am I missing?
Many Thanks,
Phil.