S
steve
Hi All
What is the word mailmerge.opendatasource syntax when using sql server
express as the data source
Below is the code when using access....
odoc.MailMerge.OpenDataSource(Name:= _
"C:\Program Files\Geelong Microsolutions\Haircuts\Data\u2.mdb",
ConfirmConversions:=False, _
Connection:= _
"Provider=Microsoft.Jet.OLEDB.4.0;Password="""";User ID=Admin;Data
Source=C:\Program Files\Geelong Microsolutions\Gym
Master\Data\u2.mdb;Mode=Read;Jet OLEDB:Engine Type=" _
, SQLStatement:="SELECT * FROM `Customers`", SQLStatement1:="")
Regards
Steve
What is the word mailmerge.opendatasource syntax when using sql server
express as the data source
Below is the code when using access....
odoc.MailMerge.OpenDataSource(Name:= _
"C:\Program Files\Geelong Microsolutions\Haircuts\Data\u2.mdb",
ConfirmConversions:=False, _
Connection:= _
"Provider=Microsoft.Jet.OLEDB.4.0;Password="""";User ID=Admin;Data
Source=C:\Program Files\Geelong Microsolutions\Gym
Master\Data\u2.mdb;Mode=Read;Jet OLEDB:Engine Type=" _
, SQLStatement:="SELECT * FROM `Customers`", SQLStatement1:="")
Regards
Steve