Neobeowulf
Registered User.
- Local time
- Today, 17:28
- Joined
- May 31, 2012
- Messages
- 34
Team,
I have a button called "Run Report" that is supposed to open up a report that is filtered by a selection made in a combo-box. Only 1 selection can be made in the combo-box and there isn't a blank space.
For example, if I pick "for signature" as my combo-box selection then hit my button, it should open my report filtered by reports "for signature".
So far I have:
DoCmd.OpenReport "Decorations Pending", acViewPreview, , "Status = 'get items in list99"
Everything past acViewPreview I have no idea about. I don't know how to tell access to filter the report based off the combo selection. :banghead:
Any assistance would be greatly appreciated.
I have a button called "Run Report" that is supposed to open up a report that is filtered by a selection made in a combo-box. Only 1 selection can be made in the combo-box and there isn't a blank space.
For example, if I pick "for signature" as my combo-box selection then hit my button, it should open my report filtered by reports "for signature".
So far I have:
DoCmd.OpenReport "Decorations Pending", acViewPreview, , "Status = 'get items in list99"
Everything past acViewPreview I have no idea about. I don't know how to tell access to filter the report based off the combo selection. :banghead:
Any assistance would be greatly appreciated.