C
Colin Chudyk
Hi,
I'm seeking advice on how to do this:
We have a macro that uses User Forms to collect data from the user and then
generate a document based on those data. This all works fine. What we would
like to do now is track all this data in an Access database. This is easy
enough to do using ADO...
BUT, we would also like to be able to go back into those macro-generated
Word documents, make changes to some fields, and have that data be updated
in the Access database. I know this is possible, but what I'm worried about
is being able to allow the user to fully manipulate the content and
formatting of the document, without deleting any fields which are used to
update data to the database.
We need to create a bullet-proof document that users can completely reformat
and edit but maintain the fields (they can't be deleted, tampered with; but
at the same time, can be formatted and moved around).
Any ideas?
Thanks,
Colin
I'm seeking advice on how to do this:
We have a macro that uses User Forms to collect data from the user and then
generate a document based on those data. This all works fine. What we would
like to do now is track all this data in an Access database. This is easy
enough to do using ADO...
BUT, we would also like to be able to go back into those macro-generated
Word documents, make changes to some fields, and have that data be updated
in the Access database. I know this is possible, but what I'm worried about
is being able to allow the user to fully manipulate the content and
formatting of the document, without deleting any fields which are used to
update data to the database.
We need to create a bullet-proof document that users can completely reformat
and edit but maintain the fields (they can't be deleted, tampered with; but
at the same time, can be formatted and moved around).
Any ideas?
Thanks,
Colin