Peter, Thanks....
Due to other aspects I too came to the conclusion that I should use VBA and
ADO.
I'm working with an application that is a DDE server and is capable to
lauching word and a specific doc template.
But I have some commision coding that could be one to three agents, their
ID's splits etc that is contained in a few SQL tables and I don't really
want to add all those user defined fields to the application if I don't have
to.
I was going to use a web page because then I'd be able to query the current
contact and process an sProc to get the correct commision coding.
BUT, I have two barcodes in the doc, Bar128 which uses special codes
contained in a hidden field w/in the app to represent the caseNo, and
bar3of9 for a doc code that is contained in a mergefield and changes
depening on certain conditions and I wasn't able to get the barcode fonts
working in a webpage, I know it can be done but not with the barcode dll
that I currently have.
So, I'm back to word, and because I already have a generic AddIn from the
application, I may try to write my VBA w/in this one doc.
I may have to put a cmdButton w/in the doc which runs against our paradigm
that humans do little to print, (I have nearly 600 doc's that are
automatically printed depending on the case from two servers) but since
there are 5 caseMgrs who only get about 25 of these a day, I may opt for a
manual print.
This is just one of about 4 docs that automatically print in a caseMgr
submission package, but the only one that doesn't go to the client, it's
used as a title page for scanning the clients application and any other docs
to a repository, the barcodes provide indexing info to the repository.
I'll be back with VBA ADO woos soon enough.
TIA
JeffP....