A
A_Classic_Man
I have built an Access(97) database which was converted to 2003 and an
Access form to send out assignments. The form has VBA code to send the
information to Word(2003) bookmarks. The Word document is actually a
template that is stored on the same server drive as the Access
database. The document is emailed to individuals who then fill in and/
or change bookmark data and email it back.(Some of the individuals are
still using Word 97) The document has VBA code so when a command
button is clicked, the data in the bookmarks goes into an Access 2003
table. I can get everything to work just fine when I create the
document and then send the information back to the database without
emailing the document.
The problem is that when I email the document and then the document is
emailed back to me, the VBA code is missing so the data cannot be put
in the database. Macros on the Word document are also gone.
The code was written on a computer with MS Office 97.
References are: Visual Basic For Applications, MS Word 11.0 Object
Library, MS Forms 2.0 Object Library, MS Office 11.0 Object Library,
OLE Automation, MS Access 11.0 Object Library, and DAO 3.6 Object
Library.
What do I do to keep everything in place?
Help is appreciated
Ron
Access form to send out assignments. The form has VBA code to send the
information to Word(2003) bookmarks. The Word document is actually a
template that is stored on the same server drive as the Access
database. The document is emailed to individuals who then fill in and/
or change bookmark data and email it back.(Some of the individuals are
still using Word 97) The document has VBA code so when a command
button is clicked, the data in the bookmarks goes into an Access 2003
table. I can get everything to work just fine when I create the
document and then send the information back to the database without
emailing the document.
The problem is that when I email the document and then the document is
emailed back to me, the VBA code is missing so the data cannot be put
in the database. Macros on the Word document are also gone.
The code was written on a computer with MS Office 97.
References are: Visual Basic For Applications, MS Word 11.0 Object
Library, MS Forms 2.0 Object Library, MS Office 11.0 Object Library,
OLE Automation, MS Access 11.0 Object Library, and DAO 3.6 Object
Library.
What do I do to keep everything in place?
Help is appreciated
Ron