S
Shea Schultze
MS Access 2003
QuickBooks Enterprise Solutions 7.0
Connection String:
ODBC;DSN=QuickBooks Data;SERVER=QODBC;OptimizerDBFolder=C:\Documents and
Settings\Shea\Application Data\QODBC Driver for
QuickBooks\Optimizer;OptimizerCurrency=O;IAppReadOnly=Y
The query is:
SELECT ClassRefFullName as Class, CustomerRefFullName as Name, TxnDate as
Date, RefNumber as Num, Memo, BalanceRemaining as OpenBalance
FROM Invoice
WHERE IsPaid = 0 and ClassRefFullName is not null
ORDER BY ClassRefFullName, CustomerRefFullName, TxnDate
This query returns just the information we need. I would like to then write
this data to a table. How?
I've tried combining this script with a make-table query and have been
crawling other user groups but to no avail. Please please please provide
some guidance.
QuickBooks Enterprise Solutions 7.0
Connection String:
ODBC;DSN=QuickBooks Data;SERVER=QODBC;OptimizerDBFolder=C:\Documents and
Settings\Shea\Application Data\QODBC Driver for
QuickBooks\Optimizer;OptimizerCurrency=O;IAppReadOnly=Y
The query is:
SELECT ClassRefFullName as Class, CustomerRefFullName as Name, TxnDate as
Date, RefNumber as Num, Memo, BalanceRemaining as OpenBalance
FROM Invoice
WHERE IsPaid = 0 and ClassRefFullName is not null
ORDER BY ClassRefFullName, CustomerRefFullName, TxnDate
This query returns just the information we need. I would like to then write
this data to a table. How?
I've tried combining this script with a make-table query and have been
crawling other user groups but to no avail. Please please please provide
some guidance.