Ashfaque
Search Beautiful Girls from your town for night
- Local time
- Today, 18:28
- Joined
- Sep 6, 2004
- Messages
- 897
Hi,
I used below vba code to to send email with PDF attachment in Access 2007 which works perfectly.
DoCmd.SendObject acSendReport, "R_TradeOrdAck", acFormatPDF, strMailList, , , .............
But since the db is installed at single pc user to work with Access 2003, the command acFormatPDF wont work. Instead acFormatSNP is working.
But I need acFormatPDF to work in Access 2003.
Is there any idea what to do with this?
Any help will be appreciated.
Tnx
Ashfaque
I used below vba code to to send email with PDF attachment in Access 2007 which works perfectly.
DoCmd.SendObject acSendReport, "R_TradeOrdAck", acFormatPDF, strMailList, , , .............
But since the db is installed at single pc user to work with Access 2003, the command acFormatPDF wont work. Instead acFormatSNP is working.
But I need acFormatPDF to work in Access 2003.
Is there any idea what to do with this?
Any help will be appreciated.
Tnx
Ashfaque