I have an application that needs to do the following:
Shell out to Microsoft Word and make it the active document.
When the user is finished creating the new Word document, the document needs to be saved in a field in an Access table (not as a file on the server or hard drive). (There are specific privacy rules driving the save in the database versus on the server - they've been warned of bloat, etc.)
Can anyone point me in the direction of VBA that can accomplish this? Or, offer suggestions?
Appreciate any help you can provide.
Shell out to Microsoft Word and make it the active document.
When the user is finished creating the new Word document, the document needs to be saved in a field in an Access table (not as a file on the server or hard drive). (There are specific privacy rules driving the save in the database versus on the server - they've been warned of bloat, etc.)
Can anyone point me in the direction of VBA that can accomplish this? Or, offer suggestions?
Appreciate any help you can provide.