HestonJames
Programmer
Hello Guys,
I have a query which looks something like this:
Can someone help me complete the puzzle? I'm used to using DateAdd and could quite easily complete the query to grab orders placed in the last 7 days however I'm looking to grab orders placed since the start of the current calendar week, something of which I'm not familiar.
Thanks,
Heston
I have a query which looks something like this:
Code:
Select COUNT(SaleOrder_ID) AS ThisWeekByMemberCount
From SaleOrder
Where Placed IS NOT NULL
And Placed [b]after start of current calendar week[/b]
Can someone help me complete the puzzle? I'm used to using DateAdd and could quite easily complete the query to grab orders placed in the last 7 days however I'm looking to grab orders placed since the start of the current calendar week, something of which I'm not familiar.
Thanks,
Heston