Generate Report from query to look like form

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

Guest

I would like to generate a report from a query (so I can use parameters) but
would like the report to automatically set up to look like my forms. Can I do
this?
 
Reports and forms are two totally independent types of objects. I'm not
aware of a way to use a form as a "template" for a report.

But you could try printing the form...

Forms are usually optimized for display on screen. Reports are usually
optimized for printout.

Why do you want a report that looks like a form?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
In the Forms tab of the Database Containers window, right-click on the Form
that you want the Report to look like and select "Save As ..." in the
context-sensitive menu. When the dialog comes up, select Report in the
"As" selection box.

You can the modify the Report to use your Parameter Query (assuming that the
Form's RecordSource and the you Parameter Query are similar in structure).
 
?!? You can do that ?!?

(thanks, Van!)

Jeff

Van T. Dinh said:
In the Forms tab of the Database Containers window, right-click on the
Form that you want the Report to look like and select "Save As ..." in the
context-sensitive menu. When the dialog comes up, select Report in the
"As" selection box.

You can the modify the Report to use your Parameter Query (assuming that
the Form's RecordSource and the you Parameter Query are similar in
structure).
 

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