Win2000/MSAccess2000/WinXPPro
I ran across this article on the MSNDeveloper site, which near the end describes how to use a {Database \d} field in Word. I have copied the code exactly (I hope), changing only the path and attempted to link to the Northwind db but I am getting Error! Cannot open data source.
{DATABASE \d
"C:\\ VictoriasStuff\\DBTestWord\\Northwind.mdb" \c
"DSN=MS Access Databases;DBQ=C:\\ VictoriasStuff\\DBTestWord\\Northwind.mdb;DRIVERId=25;FIL=MS Access;MaxBufferSize=2048;PageTimeOut=5;" \s "SELECT 'OrderID','CustomerID' FROM 'ORDERS' WHERE (('CustomerID' = 'ALFKI'))" \h}
MSN Article
I ran across this article on the MSNDeveloper site, which near the end describes how to use a {Database \d} field in Word. I have copied the code exactly (I hope), changing only the path and attempted to link to the Northwind db but I am getting Error! Cannot open data source.
{DATABASE \d
"C:\\ VictoriasStuff\\DBTestWord\\Northwind.mdb" \c
"DSN=MS Access Databases;DBQ=C:\\ VictoriasStuff\\DBTestWord\\Northwind.mdb;DRIVERId=25;FIL=MS Access;MaxBufferSize=2048;PageTimeOut=5;" \s "SELECT 'OrderID','CustomerID' FROM 'ORDERS' WHERE (('CustomerID' = 'ALFKI'))" \h}
MSN Article