How do I run a query by month (as if i need to view everything by a certain
month)
Such as Field1 is my Date Field... How would I write this? I tried
[RADIO DAY] = MonthName (10, OCT)
Yet this returns with a data type mismatch. Can someone help?
Jason - 04 Nov 2005 19:02 GMT
Nevermind, Problem has been solved, thanks for any time though!
> How do I run a query by month (as if i need to view everything by a certain
> month)
[quoted text clipped - 3 lines]
>
> Yet this returns with a data type mismatch. Can someone help?
John Spencer - 04 Nov 2005 19:32 GMT
Field: Month([Radio Day])
Criteria: 10
Of course, you realize this will return records for October of 2005, 2004,
2003, ...
> How do I run a query by month (as if i need to view everything by a
> certain
[quoted text clipped - 4 lines]
>
> Yet this returns with a data type mismatch. Can someone help?