A
Amazing
Hi,
I am trying to write a query that gives the number of working days
between two dates so I can calculate transit time for some shipping
based on working days. I have used the following expression:
Expres1: DateDiff('w',[Date],[DateDeliver])
But the results only gives me zeros for date combinations such as date
15/2/06 and date delivered of 16/2/06.
What am I doing wrong ?
I am trying to write a query that gives the number of working days
between two dates so I can calculate transit time for some shipping
based on working days. I have used the following expression:
Expres1: DateDiff('w',[Date],[DateDeliver])
But the results only gives me zeros for date combinations such as date
15/2/06 and date delivered of 16/2/06.
What am I doing wrong ?