ridhirao22
Programmer
Hi,
Using MS Access 2003
I have to find the difference between 2 dates (orderdate and ship date) and find the percentage of orders which fall with 30,45,60 days.
I did is using datediff("d",[orderdate],[shipdate]) gives me the number of days
How can I find the count of orders with different period buckets(30,45,60 days) in single query?
TIA,
RR
Using MS Access 2003
I have to find the difference between 2 dates (orderdate and ship date) and find the percentage of orders which fall with 30,45,60 days.
I did is using datediff("d",[orderdate],[shipdate]) gives me the number of days
How can I find the count of orders with different period buckets(30,45,60 days) in single query?
TIA,
RR