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
cross database view or something in SQL Serve?
MYSQL first day (or month) of the current quarter and previous quarter
vb.net copy image from clipboard to image control
Parsing HTML
SQL 2008 - Need to use calcualted field in another calculation
Silverlight UserControl with child UserControls
Apostrophe in combo box search
Simple SQL question, filter only gives records that have url, want null also
How do I run a script to move contents of a file to a different location
WPF Control will not hide button or check box....