Hi Cindy - Thanks for looking at this.
It's in a command button on a Form right now I'm trying to use:
ActiveDocument.MailMerge.OpenDataSource Name:= _
"C:\Documents and Settings\eshurak.PHJW\My Documents\My Data
Sources\ATLVM1 Aria phjw_vw_microsoft_emails.odc" _
, ConfirmConversions:=False, ReadOnly:=False, LinkToSource:=True, _
AddToRecentFiles:=False, PasswordDocument:="", PasswordTemplate:="", _
WritePasswordDocument:="", WritePasswordTemplate:="", Revert:=False, _
Format:=wdOpenFormatAuto, Connection:= _
"Provider=SQLOLEDB.1;Persist Security Info=False;User
ID=UserID;Initial Catalog=Aria;Data Source=ATLVM1;Use Procedure for
Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=EVANSVR;Use
Encryption for Data=False;Tag with column collation w" _
, SQLStatement:="SELECT * FROM ""phjw_vw_microsoft_emails""", _
SQLStatement1:="", SubType:=wdMergeSubTypeOther
I'd love to simply that (well, I'd really love to make it work).