Pull query by month
Hi,
I currently have a date field and I want to pull out base by month, every month I need to report data as of the ending month. For example today is 09-Apr-03 and I want all records that is ending month of 31-Mar-03. How can I do this automatically? When I use the DateAdd function DateAdd("m",-1,Date()) it will give me those that are from the beginning till the 09-Mar-03 and this is not what I want. Please help!
Hi,
I currently have a date field and I want to pull out base by month, every month I need to report data as of the ending month. For example today is 09-Apr-03 and I want all records that is ending month of 31-Mar-03. How can I do this automatically? When I use the DateAdd function DateAdd("m",-1,Date()) it will give me those that are from the beginning till the 09-Mar-03 and this is not what I want. Please help!
Last edited: