F
FSHOTT
I have a table of groups of suppliers (tblSupplierGroups) that contain the
fields GroupName and SupplierID. Also I have a table of SupplierEmailInfo
(tblSupplierEmailInfo) that contains the fields SupplierID,
SupplierContactName & SupplierEmailAdd (Address).
I then have a Supplier report (rptSupplierReportCard) which is a monthly
summary of supplier results i.e. summary of supplier shipments received for
the month (on-tome, late, rejects). I have a report which allows the user to
select the Year, Month & SupplierID for these reports.
What I want to do is create a form that will allow a user to select a group
of suppliers from the above table and then create an individual reports for
each supplier in the group (for the selected years & months) and then Email
them to the respective supplier contact.
I have been reading several discussion group responses on this subject and
am now at the point where I am thoroughly confused. In the articles I have
been reading they say there is no easy way to get around the MS Outlook
Security patch. I found an article on using the Windows XP CDO messaging as
any alternative but do not know if this is usable. Also I need to be able to
check for null or empty SupplierReportCard reports for the selected
SupplierID, Year(s) & month(s). I appreciate any help I can get on this.
Thank You in advance.
fields GroupName and SupplierID. Also I have a table of SupplierEmailInfo
(tblSupplierEmailInfo) that contains the fields SupplierID,
SupplierContactName & SupplierEmailAdd (Address).
I then have a Supplier report (rptSupplierReportCard) which is a monthly
summary of supplier results i.e. summary of supplier shipments received for
the month (on-tome, late, rejects). I have a report which allows the user to
select the Year, Month & SupplierID for these reports.
What I want to do is create a form that will allow a user to select a group
of suppliers from the above table and then create an individual reports for
each supplier in the group (for the selected years & months) and then Email
them to the respective supplier contact.
I have been reading several discussion group responses on this subject and
am now at the point where I am thoroughly confused. In the articles I have
been reading they say there is no easy way to get around the MS Outlook
Security patch. I found an article on using the Windows XP CDO messaging as
any alternative but do not know if this is usable. Also I need to be able to
check for null or empty SupplierReportCard reports for the selected
SupplierID, Year(s) & month(s). I appreciate any help I can get on this.
Thank You in advance.