I have a form that asks for the beginning and ending date from the user and calculates business/working days with a function that uses a holiday table lookup. I need to modify this to take today date, subtract 12 working days and then compare it to a referred date field from a table, and then output the contact numbers that fall in this range. How can I take today’s date and subtract 12 working days? Any help greatly appreciated.