I would like to email a report or form to a list of contacts.
I currently have the simple button that when clicked it opens access and i have to put the contact info, the subject, etc. myself.
this is the simple macro for EmailDatabaseObject.
But i would like the recipient info to be pulled from a seperate table not in the report. I tried doing To = ([TableOfEmails].[Emial]) but I get an errors.
Help Me. Thank you.
Regards,
Cafe Jay
I currently have the simple button that when clicked it opens access and i have to put the contact info, the subject, etc. myself.
this is the simple macro for EmailDatabaseObject.
But i would like the recipient info to be pulled from a seperate table not in the report. I tried doing To = ([TableOfEmails].[Emial]) but I get an errors.
Help Me. Thank you.
Regards,
Cafe Jay