I am fairly new but i've been poking around quite a bit. I have a very simple database with 3 tables. I have one Primary table that has one to one relationships with feild in the other tables.
I want to run a query that will show just the recodrs from a particular month. i formated the date feild as a short date. I created the query for a report.
I want the Prompt to ask for an Invoice date that will be the last day of the month. and i want it to return only the records for the past month.
I added a feild to the query: Month([InvoiceDate]) and the criteria is [choose the month].
I also added another field Year([InvoiceDate]) simlar criteria.
when i run the query though it returns data from other months besides the the month i put in.
Need help. Thanks
I want to run a query that will show just the recodrs from a particular month. i formated the date feild as a short date. I created the query for a report.
I want the Prompt to ask for an Invoice date that will be the last day of the month. and i want it to return only the records for the past month.
I added a feild to the query: Month([InvoiceDate]) and the criteria is [choose the month].
I also added another field Year([InvoiceDate]) simlar criteria.
when i run the query though it returns data from other months besides the the month i put in.
Need help. Thanks