E
Eddwads
I have a database of items to order. I've created a Word Template to create
a Purchase Order. When I fill a PO page I have to add a new page again which
gives me a new document. I want these all as one document. I want to create
the first page that summarizes all the P.O.s in the file and then append each
PO on this page. Then leave the one document open for the user to save,
print, etc.
I can see how to append one document to another, but how do I switch between
them in VB. I have not found a document name control to use. I create the po
page with
.Documents.Add Template:=strStartupPath & "\ETS Automation.dot" _
, NewTemplate:=False, DocumentType:=0
I have bookmarks in the template that I use to fill in the data. Also, how
do I erase the one page PO document after appending it to the main document?
Thanks Using office 2003
a Purchase Order. When I fill a PO page I have to add a new page again which
gives me a new document. I want these all as one document. I want to create
the first page that summarizes all the P.O.s in the file and then append each
PO on this page. Then leave the one document open for the user to save,
print, etc.
I can see how to append one document to another, but how do I switch between
them in VB. I have not found a document name control to use. I create the po
page with
.Documents.Add Template:=strStartupPath & "\ETS Automation.dot" _
, NewTemplate:=False, DocumentType:=0
I have bookmarks in the template that I use to fill in the data. Also, how
do I erase the one page PO document after appending it to the main document?
Thanks Using office 2003