Hello,
I need help with a very simple thing - I am having a mental blank.
I have a table with a field that has a variety of dates. I have written a query that prompts you for start date and end date and it will select those records. Quite simple.
What I want to do is instead of being prompted for the start and end date I want to select the current months data.
So I was thinking month(now()) might do it as criteria but it returns nothing - what am I missing.
Any help will be appreciated.
I need help with a very simple thing - I am having a mental blank.
I have a table with a field that has a variety of dates. I have written a query that prompts you for start date and end date and it will select those records. Quite simple.
What I want to do is instead of being prompted for the start and end date I want to select the current months data.
So I was thinking month(now()) might do it as criteria but it returns nothing - what am I missing.
Any help will be appreciated.