Ally
02-07-2002, 03:26 AM
In my query I have CourseDate on which I want to search. It’s in dd/mm/yy format, so I’ve made a new field, so that I can search by month:
Mth: Format([CourseDate], “mm/yy”)
With Criteria: Between [Start Month mm/yy] And [End Month mm/yy]
For some reason this sometimes works by returning the required data, but other times it’s pulled in other months not required. Also, it sometimes gives me the parameter boxes a second time instead of just once!
Anyone got any ideas as to what’s going wrong, or another way of doing it please!?
Mth: Format([CourseDate], “mm/yy”)
With Criteria: Between [Start Month mm/yy] And [End Month mm/yy]
For some reason this sometimes works by returning the required data, but other times it’s pulled in other months not required. Also, it sometimes gives me the parameter boxes a second time instead of just once!
Anyone got any ideas as to what’s going wrong, or another way of doing it please!?