I apologize up front as I know enough about Access to be dangerous. I have a database created with 2003 that I'm running on 2016 and Windows 7; keep getting the "in use" message when I try to save to 2016, but that beside the point.
In a table, I have a date field using the numeric format (mm/dd/yy). There is a union query to isolate some data that feeds into a normal query (didn't set up, just work with it). In the normal query, I setup a criteria in the column pulling from the union query that only grabs information from the month and year I need to look at; "Like[Enter Month*and Year]". This works great for all months but "1" (January) as the query also produces values for all months that start with a "1": 10,11 & 12. Is there a work around for this?
In a table, I have a date field using the numeric format (mm/dd/yy). There is a union query to isolate some data that feeds into a normal query (didn't set up, just work with it). In the normal query, I setup a criteria in the column pulling from the union query that only grabs information from the month and year I need to look at; "Like[Enter Month*and Year]". This works great for all months but "1" (January) as the query also produces values for all months that start with a "1": 10,11 & 12. Is there a work around for this?