H
Heidi
I'm sure there's a fairly straightforward way to do this, but as usual
I can't see it...
I want to use a form to select criteria to show on a report. For
starters, I don't know if the form should be based on a query or not.
What I have so far is this:
1. qryCategoryQuestions is the foundation of rptCategoryQuestions.
2. On a form, the user needs to select a choice from three combo
boxes. She does not have to select an item from each combo box, but
should select at least one from the first one, and possibly one from
all three:
cboTopic
cboCategory
cboSubcategory
3. The user also needs to establish a date range (from-to) for the
report from an dtmInquiryDateTime field.
4. Once all items desired are selected, click a button to preview a
report that shows only records with the selected Topic, Category
and/or Subcategory, and in the date range specified.
Any suggestions would be very much appreciated.
Thanks,
Heidi
I can't see it...
I want to use a form to select criteria to show on a report. For
starters, I don't know if the form should be based on a query or not.
What I have so far is this:
1. qryCategoryQuestions is the foundation of rptCategoryQuestions.
2. On a form, the user needs to select a choice from three combo
boxes. She does not have to select an item from each combo box, but
should select at least one from the first one, and possibly one from
all three:
cboTopic
cboCategory
cboSubcategory
3. The user also needs to establish a date range (from-to) for the
report from an dtmInquiryDateTime field.
4. Once all items desired are selected, click a button to preview a
report that shows only records with the selected Topic, Category
and/or Subcategory, and in the date range specified.
Any suggestions would be very much appreciated.
Thanks,
Heidi