I have included this line in an application which I am publishing on a website:-
[DoCmd.SendObject acSendReport, "Mail Permissions", acFormatXLS, "instantprofile@comptonit.com", , , "Free Client"]
The objective is to enable users to send me a completed report by e-mail when they want to utilise a free facility.
Trying this out on my own system,however, the above command directs me to Microsoft Mail and asks me to open an Account. I assume that this would also happen to any prospective user and it is of course necessary for it to send the e-mail through the user's own ISP.
If it is possible to do this direct from Access this is greatly preferred and any help would be welcome.
If not, then it would be just as helpful to have confirmation so that I can approach the requirement from a different angle.
I have already placed this query on another forum but have so far had no response.
[DoCmd.SendObject acSendReport, "Mail Permissions", acFormatXLS, "instantprofile@comptonit.com", , , "Free Client"]
The objective is to enable users to send me a completed report by e-mail when they want to utilise a free facility.
Trying this out on my own system,however, the above command directs me to Microsoft Mail and asks me to open an Account. I assume that this would also happen to any prospective user and it is of course necessary for it to send the e-mail through the user's own ISP.
If it is possible to do this direct from Access this is greatly preferred and any help would be welcome.
If not, then it would be just as helpful to have confirmation so that I can approach the requirement from a different angle.
I have already placed this query on another forum but have so far had no response.