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

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
 
T

tina

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
 
Top