Hello,
I have main table, few tables connected to main by foreign key storing data from different processes. One of the tables stores attachments for products from main table (data sheets, specs etc).
I have no problem creating a query with needed data and creating a report which by using macro is sent in pdf. through Outlook
My question is what should I do to add attachments to the report in email generated by macro?
MainTable
ProductID / ProductName etc
AttachmentsTabl e
AttID / ProductID / Attachment
I have main table, few tables connected to main by foreign key storing data from different processes. One of the tables stores attachments for products from main table (data sheets, specs etc).
I have no problem creating a query with needed data and creating a report which by using macro is sent in pdf. through Outlook
My question is what should I do to add attachments to the report in email generated by macro?
MainTable
ProductID / ProductName etc
AttachmentsTabl e
AttID / ProductID / Attachment
Comment