Hosting reports on forms

  • Thread starter Thread starter Arthur Dent
  • Start date Start date
A

Arthur Dent

Hi all,

Quick question ( i hope ) ....

Is there any kind of control or method in Access, which would allow me to
take a report in the db, and "host" is on a form in the db?
So in essence, the form would have some sort of "viewer" frame or something,
which i could point at different reports, based on user button-clicks (or
some other method).

Thanks in advance,
Arthur Dent.
 
Arthur Dent said:
Is there any kind of control or method in Access, which would allow me to
take a report in the db, and "host" is on a form in the db?
So in essence, the form would have some sort of "viewer" frame or
something, which i could point at different reports, based on user
button-clicks (or some other method).

No, you can embed a Form in a Subreport Control, but you can't successfully
embed a Report in a Subform Control. You can have a Form with Command
Buttons, or a Combo Box, or other Control that will allow you to choose a
Report and then use the DoCmd.OpenReport in VBA code to open the Report you
want to view.

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top