SubForm Report

  • Thread starter Thread starter PeterM
  • Start date Start date
P

PeterM

Is it possible to open a report in preview mode in a subform? I have a main
form called FormA. There is a subform on FormB and that works great when I
want to display forms. Is there an object that I need to add to FormA to be
able to preview a report on FormA?

Thanks in advance for your help!
 
No, you cannot preview a report on a form.

John Spencer
Access MVP 2002-2005, 2007-2010
The Hilltop Institute
University of Maryland Baltimore County
 
Just add a button on the form and in the Click event add code to open the
report in preview mode.

Steve
(e-mail address removed)
 
Back
Top