hello folks. I have built a database that will send an email to recepiants based on a SQL. I am using the docmd.sendobject to send the email. As you know, this option doesn't allow me to specify the "From" field. It automatically selects your default setting in your email.
I know that I can write code to use Outlook (and have before) , but how can I specify the from field? It looks like there isn't an option for that when coding. The reason why I need this is so that my report will use a "team mailbox" that doesn't have size limitations on it (instead of mine which has a 10kb limitation).
Does anyone have an idea or solution?
Thanks for your help.
I know that I can write code to use Outlook (and have before) , but how can I specify the from field? It looks like there isn't an option for that when coding. The reason why I need this is so that my report will use a "team mailbox" that doesn't have size limitations on it (instead of mine which has a 10kb limitation).
Does anyone have an idea or solution?
Thanks for your help.