I have a deduction tracking database, and the client wants to be able
to attach a document (Word/Excel/Other), and then at some later time,
be able to email that document to someone.
I have the table on our SQL server, with the field as an image
datatype. It attaches in Access as an OLE Object.
I already have a routine to email x number of attachments that takes
files directly from my system.
I need to know if it is possible to output the OLE object to it's
original file type, so I can send it from there. If so, is there a way
to programmatically get the file type so I can save it with the correct
file name extension?
Alternatively, how would I send that object (or objects) directly from
access?
We are on Outlook.
Thanks!
Rik
to attach a document (Word/Excel/Other), and then at some later time,
be able to email that document to someone.
I have the table on our SQL server, with the field as an image
datatype. It attaches in Access as an OLE Object.
I already have a routine to email x number of attachments that takes
files directly from my system.
I need to know if it is possible to output the OLE object to it's
original file type, so I can send it from there. If so, is there a way
to programmatically get the file type so I can save it with the correct
file name extension?
Alternatively, how would I send that object (or objects) directly from
access?
We are on Outlook.
Thanks!
Rik