Printing a Form using a Report

C

CD

How can I create a Report that shows the exact layout and data on a Form -
(without ptinting directly from the Form view)?
 
A

Arvin Meyer [MVP]

CD said:
How can I create a Report that shows the exact layout and data on a Form -
(without ptinting directly from the Form view)?

Right-click on the form in the datbase window, and select SaveAs. Use the
combo box to change the default "Form" to "Report". Rename it appropriately.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 
A

Allen Browne

Starting point might be to open the form in design view.

Then from the File menu, choose Save As ... Report.
 
Top