I have the following expression in Access to count how many days passed from the last action date. I need to exclude weekends from this expression. Is there any way to do that?
=DateDiff(‘d’,[LastofAction_Date],Date())