Access Expression - DateDiff - TechRepublic
Question
May 2, 2008 at 01:08 PM
megh518

Access Expression – DateDiff

by megh518 . Updated 18 years, 3 months ago

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())

This discussion is locked

All Comments