Reports

  • Thread starter Thread starter jdurell
  • Start date Start date
J

jdurell

Basically I have a report that uses a sub report in the product group
header. I would like to have either the entire product header or the
sub report to display to the left of the detail section. In addition
to savng some paper this is necessary for certain process efficiency
purposes.
 
You can try add code to the On Format event of the product header
Me.MoveLayout = False
 
Back
Top