S
spy_234432
This is not a mailmerge question, but I thought that someone might be
able to help since I have seen similar questions here. I am trying to
pull information out of an Access database into my word doc.
This won't work
{ DATABASE \d "C:\\mckdata\\June2006.mdb" \c "DSN=MS Access Database;
DBQ=C:\\mckdata\\June2006.mdb" \s "select Priority from
\"case_summary_table\" }
But this will
{ DATABASE \d "C:\\mckdata\\June2006.mdb" \c "DSN=MS Access Database;
DBQ=C:\\mckdata\\June2006.mdb" \s "select * from \"case_summary_table
\" }
The difference in the second one is that I am querying all of the
fields in the table.
Thanks in advance for your help.
able to help since I have seen similar questions here. I am trying to
pull information out of an Access database into my word doc.
This won't work
{ DATABASE \d "C:\\mckdata\\June2006.mdb" \c "DSN=MS Access Database;
DBQ=C:\\mckdata\\June2006.mdb" \s "select Priority from
\"case_summary_table\" }
But this will
{ DATABASE \d "C:\\mckdata\\June2006.mdb" \c "DSN=MS Access Database;
DBQ=C:\\mckdata\\June2006.mdb" \s "select * from \"case_summary_table
\" }
The difference in the second one is that I am querying all of the
fields in the table.
Thanks in advance for your help.