Hi,
I have two dates, Shipping Date and Delivery date...
I wrote this on a query
Select ID CoDe --> from Table1 --> where (DateDiff("d",[table1].[shipping Date],[table1].[Delivery date],2)>2)
What's Wrong ? The Query doesn't work...
Thank You
I have two dates, Shipping Date and Delivery date...
I wrote this on a query
Select ID CoDe --> from Table1 --> where (DateDiff("d",[table1].[shipping Date],[table1].[Delivery date],2)>2)
What's Wrong ? The Query doesn't work...
Thank You