S
steve goodrich
I have a date field on my form (bound to a table) - What is the best way to
list all dates in
a given month?. I know I could do a parameter query and enter the first and
last dates but Ideally I would like a drop down combo box on my form with a
list of all 12 months.
Selecting a month would run a query/report showing all dates in
that month. Am I right to think that I would need a calculated field in my
query and the criteria pointing to a unbound combo box on the form something
like:
[forms]![frmqueries].[comboMonth]
Also would I create a new table to list the months and use the table to
populate the combo box?
How would I enter the text in the calculated field if the above is the right
approach?
Does any of the above make sense or am I way off base?
Any help would be appreciated
Steve
list all dates in
a given month?. I know I could do a parameter query and enter the first and
last dates but Ideally I would like a drop down combo box on my form with a
list of all 12 months.
Selecting a month would run a query/report showing all dates in
that month. Am I right to think that I would need a calculated field in my
query and the criteria pointing to a unbound combo box on the form something
like:
[forms]![frmqueries].[comboMonth]
Also would I create a new table to list the months and use the table to
populate the combo box?
How would I enter the text in the calculated field if the above is the right
approach?
Does any of the above make sense or am I way off base?
Any help would be appreciated
Steve