how do i print to records on one page in access?

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

Guest

Just trying to figure ut how to print more than one access record on one
page. Please help!
 
Hi,

If you're talking about a form, then this applies. If you're thinking
about a report, then I don't know the answer to your question.

In the design view of a form, right-click the form's title bar (where
it says "(form-name) : Form"), and choose Properties. Under the
"Format" tab, change "Default View" from "Single Form" to "Continuous
Forms".

Danny
 
rudy35 said:
Just trying to figure ut how to print more than one access record on one
page.


That is not normal, so there is probably something that is
causing that effect. Check to make sure the Detail
section's ForceNewPage property not set, If that's not the
cause, check to make sure the Detail section has no large
blank area below the controls.
 
Back
Top