R
Robert T
I’m sure this is pretty basic to most Access veterans but I’m having a hard
time coding a report list selection. I created a Combo Box with a list of
reports such as the following:
Annual Report
Quarterly Report
New Cases
Pending Cases
Completed Cases
Once the user selects a report from the list, I would like to use a Select
Case Statement, possibly in the AfterUpdate event of the Combo Box, to
Preview the selected report. However, I’m having a hard time doing such and
would appreciate any help you could offer.
Maybe I’m going about it the wrong way. Should I have the user click on a
command button that presents a list of reports and then ????
Thanks,
Robert
time coding a report list selection. I created a Combo Box with a list of
reports such as the following:
Annual Report
Quarterly Report
New Cases
Pending Cases
Completed Cases
Once the user selects a report from the list, I would like to use a Select
Case Statement, possibly in the AfterUpdate event of the Combo Box, to
Preview the selected report. However, I’m having a hard time doing such and
would appreciate any help you could offer.
Maybe I’m going about it the wrong way. Should I have the user click on a
command button that presents a list of reports and then ????
Thanks,
Robert