WineSnob
Not Bright but TENACIOUS
- Local time
- Today, 07:56
- Joined
- Aug 9, 2010
- Messages
- 211
I have a field in a query that gets the month from the date field ---- Month: Month([Date]) using the criteria
Between [forms]![frmMiscExpenseInput]![cmbSTARTMonthtxt] And [forms]![frmMiscExpenseInput]![CmbENDMonthtxt]. The control on the form cmbSTARTMonthtxt is a combo box that is bound to a number 1 for january 2 for February etc.
When I select any start or end month that contains a 1 it returns all months with a 1 in it.
Example I select February through March and I get months 2 and 3. Correct
I select January through March and I get months 1,2,3,10,11 and 12. It must be a format issue somewhere????/
Between [forms]![frmMiscExpenseInput]![cmbSTARTMonthtxt] And [forms]![frmMiscExpenseInput]![CmbENDMonthtxt]. The control on the form cmbSTARTMonthtxt is a combo box that is bound to a number 1 for january 2 for February etc.
When I select any start or end month that contains a 1 it returns all months with a 1 in it.
Example I select February through March and I get months 2 and 3. Correct
I select January through March and I get months 1,2,3,10,11 and 12. It must be a format issue somewhere????/