Microsoft
Software
Hardware
Network
Question : Call function in outlook
I found some vba code that will send an outlook email without the usual warning message. Can I call that sub from Access?
(I'm trying to send a word form letter where I can insert some fields and add an attachment to several email recipients....looks like the outlook sub will do it, just need to get the list of stuff from access).
Answer : Call function in outlook
you want to look into:
set myoutlookapp = createobject("outlook.appl
ication")
Random Solutions
MS Access: sending table or reports (in Excel or text forms) via email
DNS Server fails to start =>The Handle is invalid?
Can you Transfer CALS
Access 2007?
Change MS Query Data Source In Excel
SQL Query Problems
Exchange 2007- Powershell Query
sql query "Not Like" statement does not work in Access
How to create an insert query to add records to a database which has a password.
INSERT INTO new table from existing stored procedure