H
hals_left
Hi,
I Seem to going round in circles with a document production problem.
I need to create both single docs and batches of docs using data sets
from SQL server. The clients are remote and have Office 2K and XP. Most
the docs exists in word already as the business
Word is great for designing the templates and the
familiarity/learnability is good for users with the File->New->Invoice
type of scanarios etc.
Mailmerge is a good tool for batches of docs but limited for dealing
with parent/child recordsets and formatting multiple rows and
connecting to SQL Views etc with different versions of MS office.
VBA is good for the latter, late bound database connections are good
for different versions but doesnt naturally support multiple docs and
is slow for creating large docs and medium-large batches and leaving
the VBA in the finished items is a big problem.
Maybe Word/VBA is the wrong application for this ?
Crystal reports is not great either, users need to learn a new app
altogether, extra costs and the templates cannot be modified easily.
SQL Reporting services is also not ideal, needs a webserver running and
..NET installed, new user interface for users to learn , limited
controls for getting multiple query parameters from the user etc, no
way to create as word docs, pdf docs cannot be edited after production.
So whats the solution?
Any one out bthere solving this kind of problem using word?
I Seem to going round in circles with a document production problem.
I need to create both single docs and batches of docs using data sets
from SQL server. The clients are remote and have Office 2K and XP. Most
the docs exists in word already as the business
Word is great for designing the templates and the
familiarity/learnability is good for users with the File->New->Invoice
type of scanarios etc.
Mailmerge is a good tool for batches of docs but limited for dealing
with parent/child recordsets and formatting multiple rows and
connecting to SQL Views etc with different versions of MS office.
VBA is good for the latter, late bound database connections are good
for different versions but doesnt naturally support multiple docs and
is slow for creating large docs and medium-large batches and leaving
the VBA in the finished items is a big problem.
Maybe Word/VBA is the wrong application for this ?
Crystal reports is not great either, users need to learn a new app
altogether, extra costs and the templates cannot be modified easily.
SQL Reporting services is also not ideal, needs a webserver running and
..NET installed, new user interface for users to learn , limited
controls for getting multiple query parameters from the user etc, no
way to create as word docs, pdf docs cannot be edited after production.
So whats the solution?
Any one out bthere solving this kind of problem using word?