I have a database in Access , there are records that are in "Pending" value and have a date longer than 6 months so I want to make the date field turn red If the condition is as follows:
If the "Status = Pending" field and the date is > Six Months then paint the background of the date field in red color.
Until now this formula is something similar but it does not work since it colors any date equally
DateAdd("m",-6, Date())
Thank you in advance to the community for your help.