By searching the net, I have been able to put
together some code to automate sending Access
reports via Groupwise attachments. The one
problem still unsolved is trying to attach another
recipient as a .BC, or as a .CC
Does anyone know the code? The code to attach
the 'To:' recipient is:
objectname.Recipients.Add strContactEmail
I had heard that:
objectname.Recipients.Add strContactEmail, egwBC
was the way to go, but it doesn't work for me.
:confused;
together some code to automate sending Access
reports via Groupwise attachments. The one
problem still unsolved is trying to attach another
recipient as a .BC, or as a .CC
Does anyone know the code? The code to attach
the 'To:' recipient is:
objectname.Recipients.Add strContactEmail
I had heard that:
objectname.Recipients.Add strContactEmail, egwBC
was the way to go, but it doesn't work for me.
:confused;