Sub-report on a Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to have an Access report be displayed on a form? I have a
master form with a subform that changes when the user makes various
selections. As it is now, when the user opens a report, the report opens as
a separate object on top of the form. Is there any way to display the report
as a control on a form, so that the user never leaves the main form window?
 
I don't think it's possible to do this directly, but you might be able to
programmatically print the report to a snapshot file and view it through an
Unbound Object Frame.

Barry
 
Back
Top