I
instereo911 via AccessMonster.com
Good afternoon,
I have a query set up where i want the results to show only Thursdays within
a Date Field.
I have no idea how to accomplish this. I went through the datepart and date
different functions but didn't exactly understand em'. Can anyone help me out
please.. Sorry to bug everyone.. Hopefully this is an easy one.
My query is below:
SELECT [A-LargeGroupTotalInventory].Date, Count([A-LargeGroupTotalInventory].
AgedDays) AS CountOfAgedDays
FROM [A-LargeGroupTotalInventory]
GROUP BY [A-LargeGroupTotalInventory].Date;
Thank you everyone.
I have a query set up where i want the results to show only Thursdays within
a Date Field.
I have no idea how to accomplish this. I went through the datepart and date
different functions but didn't exactly understand em'. Can anyone help me out
please.. Sorry to bug everyone.. Hopefully this is an easy one.
My query is below:
SELECT [A-LargeGroupTotalInventory].Date, Count([A-LargeGroupTotalInventory].
AgedDays) AS CountOfAgedDays
FROM [A-LargeGroupTotalInventory]
GROUP BY [A-LargeGroupTotalInventory].Date;
Thank you everyone.