I created a database that tracks the process of building a complex document with several approval steps. On one of the reports, I would like to use conditional formatting based on the following:
If [Approval Received] is null and [Approval Sent to Supervisor] > 5 business days prior to current date, color [Approval Received] text box red
I have attempted using the NetworkDays formula but I can't seem to translate it into Access language.
Any help is appreciated.
Thank you!
If [Approval Received] is null and [Approval Sent to Supervisor] > 5 business days prior to current date, color [Approval Received] text box red
I have attempted using the NetworkDays formula but I can't seem to translate it into Access language.
Any help is appreciated.
Thank you!
Comment