R
rlsentell
I'm interested in changing how my users preview reports. Currently,
users select a report from a list box and then click either "preview"
button or "print" button. Both buttons result in the report being
opened in preview mode. The "print" button also calls up the print
dialog (using acRunCommand).
I'd prefer to have a preview window as a control within the form. That
is, when the user selects the report from the listbox, the report
displays inside a window within the same form. In other words, I'm
looking for a control that acts like a subform, but displays a report
instead of a form.
Anybody familiar with a control (custom or otherwise) that accomplishes
this function? Thanks.
users select a report from a list box and then click either "preview"
button or "print" button. Both buttons result in the report being
opened in preview mode. The "print" button also calls up the print
dialog (using acRunCommand).
I'd prefer to have a preview window as a control within the form. That
is, when the user selects the report from the listbox, the report
displays inside a window within the same form. In other words, I'm
looking for a control that acts like a subform, but displays a report
instead of a form.
Anybody familiar with a control (custom or otherwise) that accomplishes
this function? Thanks.