R
RC
In My MS-Access Application I create a spreadsheet with
"DoCmd.OutputTo ....."
Then some things are changed in the spreadsheet.
After that the spreadsheet has to be mailed.
How Can I send an Email with the spreadsheet attached?
I know I can Use:
Call Shell("C:\Program Files\Outlook Express\msimn.exe", 1)
To start Outlook Express.
Can I use commandline parameters in the shell-string?
Where can I find these?
Thanks RC
"DoCmd.OutputTo ....."
Then some things are changed in the spreadsheet.
After that the spreadsheet has to be mailed.
How Can I send an Email with the spreadsheet attached?
I know I can Use:
Call Shell("C:\Program Files\Outlook Express\msimn.exe", 1)
To start Outlook Express.
Can I use commandline parameters in the shell-string?
Where can I find these?
Thanks RC