Automating printing of list of hyperlinked Word docs

S

Sally Green

I have a subform which lists all the WordDocs that relate to the primary key
field in the Main form. The SubForm has the field WordDocs which is a
Hyperlink data type. So each record hyperlinks to 1 Word document. I have
put a button in the Main form to print each of the related Word documents.
So if there are 8 Word documents I would like to be able to click this button
and have all eight word documents print without having to open each, print,
close etc.

Could you please let me know if this is possible and give me an example of
code. Assume Main form is called frmMF and sub form is called frmSF and
field is called WordDocs. ie form!frmMF.form!frmSF!WordDocs

Many thanks in advance.
 

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

Top