Exporting to Word

  • Thread starter Thread starter pat
  • Start date Start date
P

pat

I have a form with an embedded sub form that works fine
using record selection at the high level. Multiple
subrecords may be included.

I want to take the whole form image into Word for further
editing. The problem is that I can only get the main form
and not the subform contents exported.

Any suggestions?
 
I would make a nice report that displays the data (report,...and a
sub-report).

You can then launch the report based on the current record with:


docmd.OpenReprot "theReprot",acViewPreview,,"id = " & me.id

Then, while looking at the report..use the office links and export to a word
document.
 

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