I am trying to send a report to a mail with the following command
‘ Open the report
DoCmd.OpenReport “rptSchedule”, acViewPreview, , strWhereCondition
DoCmd.SendObject acSendReport, “rptSchedule”, acFormatSNP, “dummy@gmail.com “, , , “Furniture”, , False
However i get the following message :
Either there is no default mail client or the current mail client cannot fulfil the messaging request.Please run Microsoft Outlook and set it as the default mail client
What does it mean and how can i avoit that since i have not installed Microsoft Outlook. Can i still work with this command ?
-
Send report (Access 2000)
- This topic has 4 replies, 2 voices, and was last updated 18 years, 2 months ago.
AuthorViewing 0 reply threadsAuthorViewing 0 reply threads