S
SteveTrue
I am trying to use the following code for a mail merge -- please advise:
with oDoc.MailMerge
.OpenDataSource "",,,,,,,,,,,"PROVIDER=Microsoft.Jet.OLEDB.4.0;Data
Source=c:\abc2.mdb","select * from contacts"
..Execute
The key is that I need to be able to connect to database without using ODBC.
Thanks,
Steve T
with oDoc.MailMerge
.OpenDataSource "",,,,,,,,,,,"PROVIDER=Microsoft.Jet.OLEDB.4.0;Data
Source=c:\abc2.mdb","select * from contacts"
..Execute
The key is that I need to be able to connect to database without using ODBC.
Thanks,
Steve T