I'm having a report run from a query, and I'm wondering if I can change the backing colour of certain dates on my report via its code.
eg. If Date is between Date() and DateAdd("m", 6, Date())
Me.FieldDate.BackColour = Red
I'd like to do it in code because the query is already asking for criteria from a form
eg. If Date is between Date() and DateAdd("m", 6, Date())
Me.FieldDate.BackColour = Red
I'd like to do it in code because the query is already asking for criteria from a form