how do you create a filled form into a report format?

  • Thread starter Thread starter impero
  • Start date Start date
I

impero

Hi there.. can anyone please help me?

Is there a way of producing a form into a report format? the purpose is to
show the details filled in the particular form in a report format, and ready
for a print as a document.

Thanks in advance.

Best regards,
HM
 
you can open the form in design view, then click File, Save As on the menu
bar. in the the Save As dialog box, change the option from Form to Report,
and click OK. the form object is reproduced as a report object (including at
least some of the VBA code behind it) - but it's not pretty.

if your form is bound to a table or query, you'd be better off to create a
report manually, or with the Report Wizard, and bind it to the same table or
query - it'll look a lot better.

hth
 

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