I have a new project that I am working on. Actually just more advanced within the same project.
I have the need to carry a .OTM file along with my program in order to have access email through outlook properly in Access 2003 systems.
My intention, and the way I have it setup now is the I have a hidden OLE object on my form (Which is the .OTM file). I now have it set up to make visible then copy...
Here is the problem. I can not get it to copy to the folder. I know which folder, how to call it, etc.
What I really want to do is export the .OTM (without opening it...Since this seems to make it not work properly.) to the proper folder as the proper name. I have it packaged and opening package manager the save as...Works without a problem. ALso, manually copy and pasting the object from Access to the correct folder works as well. HOW DO I AUTOMATE IT??
Any help is greatly appreciated as always. If anyone wants to see the code I have please just ask. I didnt feel it useful since the steps I need I have no code for.
Thanks Again.
Nick
I have the need to carry a .OTM file along with my program in order to have access email through outlook properly in Access 2003 systems.
My intention, and the way I have it setup now is the I have a hidden OLE object on my form (Which is the .OTM file). I now have it set up to make visible then copy...
Here is the problem. I can not get it to copy to the folder. I know which folder, how to call it, etc.
What I really want to do is export the .OTM (without opening it...Since this seems to make it not work properly.) to the proper folder as the proper name. I have it packaged and opening package manager the save as...Works without a problem. ALso, manually copy and pasting the object from Access to the correct folder works as well. HOW DO I AUTOMATE IT??
Any help is greatly appreciated as always. If anyone wants to see the code I have please just ask. I didnt feel it useful since the steps I need I have no code for.
Thanks Again.
Nick
Comment