Hi,
I want to display all orders made between specified months that a user chooses, so for example say i want to check for all orders between January and March how would i do this in my query?
My date field is set to shortdate
I have tried the following:
Month Names: Format([Order Date],"mmmm")
Between [Enter month 1] And [Enter Month 2]
This displays orders for both months entered but also includes other months that are not in any order. So if i enter January and March i end up with orders for jan,july,june and march??? I'd appreciate any help
I want to display all orders made between specified months that a user chooses, so for example say i want to check for all orders between January and March how would i do this in my query?
My date field is set to shortdate
I have tried the following:
Month Names: Format([Order Date],"mmmm")
Between [Enter month 1] And [Enter Month 2]
This displays orders for both months entered but also includes other months that are not in any order. So if i enter January and March i end up with orders for jan,july,june and march??? I'd appreciate any help