J
John
Hi
I have an insert query string as below. How can I execute it in word vba
uisng DAO?
Dim sSQL As String
sSQL = "INSERT INTO clients ([ClientName], [Address]) "
sSQL = sSQL & "VALUES('John Smith', '333 Park Avenue')"
Thanks
Regards
I have an insert query string as below. How can I execute it in word vba
uisng DAO?
Dim sSQL As String
sSQL = "INSERT INTO clients ([ClientName], [Address]) "
sSQL = sSQL & "VALUES('John Smith', '333 Park Avenue')"
Thanks
Regards