On my form I have combo boxes. These combo boxes, after updating
them, populate respective listboxes that are located below the combo
boxes on the same form. I am trying to use a "generate report" button
located on my form to print all of the list box values (that have been
updated via selection from combo boxes) from the form to the report.
I've tried using a macro with the code:
Macro Name: cmdGenerateRepo rt : On Click
Action: OpenReport
Report Name: generate report from form
View: Print Preview
Filter Name: Form to Report
Where Condition: =[Forms]![frmSolution]
Window Mode: Normal
The Filter "Form to Report" I made with all the of list boxes I am
wanting to send from the form to the report.
After having information in my list boxes and when I click the
Generate Report button (using the Macro cmdGenerateRepo rt) from my
form, I get the following error message:
"A property of the Automation object requires or returns a data type
that isn't supported by Visual Basic"
then a bunch of dialog boxes come up for each individual list box that
i am trying to generate into my report asking for names.
I am lost at what to do.
Thanks for trying to help me out, this is frustrating!
Dave
them, populate respective listboxes that are located below the combo
boxes on the same form. I am trying to use a "generate report" button
located on my form to print all of the list box values (that have been
updated via selection from combo boxes) from the form to the report.
I've tried using a macro with the code:
Macro Name: cmdGenerateRepo rt : On Click
Action: OpenReport
Report Name: generate report from form
View: Print Preview
Filter Name: Form to Report
Where Condition: =[Forms]![frmSolution]
Window Mode: Normal
The Filter "Form to Report" I made with all the of list boxes I am
wanting to send from the form to the report.
After having information in my list boxes and when I click the
Generate Report button (using the Macro cmdGenerateRepo rt) from my
form, I get the following error message:
"A property of the Automation object requires or returns a data type
that isn't supported by Visual Basic"
then a bunch of dialog boxes come up for each individual list box that
i am trying to generate into my report asking for names.
I am lost at what to do.
Thanks for trying to help me out, this is frustrating!
Dave
Comment