I have made the QODBC connection and can see the QB tables within Access.
I only have 3 simple transaction types that I need to export to QB weekly
(see below). However, after reading the documentation it’s still not clear
to me how to do this.
Any assistance you could provide would be greatly appreciated.
a) How do I actually send the output from my Access queries into the proper
QB fields? I know how to make an Update Query but since the QB tables nad
Access tables have no relationships through common key, how does the access
data get transferred to the right recors and fields?
b) Do I have to fill in ALL columns of a table when adding a record? For
example when adding a record for a check, (eg, #1 below) I have at most 7
fields to add but the CHECK table has numerous columns. Do I have to fill in
the others too? If so, how, with what data?
c) My base currency is Canadian Dollars but I have US transactions as well.
When I buy an asset from my US$ chequing account, the offsetting asset
account debit is recorded in Canadian Dollars. Do I need to export the FX
rates. If so, in which Table/field does it belong? For example, there are
exchange Rate columns in both the Check and CheckExpenseLine tables.
Also, when I look in the QB Checks table, none of the US$ checks I’ve written
appear. Where are they located? What table do I use for adding foreign
currency cheque data?
d) Are the transaction mappings below correct? (I’ve used abbreviated field
names)
Thanks in advance. Any assistance would be appreciated.
Jeff
1) CHECK transaction:
Check Table:
DATE, ACCNT, NAME, AMT, MEMO, REFNUM, FX RATE
4/16/07 Bank Acct BBB Co -80 memo 78 1.15
(does the FX rate default to 1 if the bank acct is domestic or does 1 need
to be imported too??)
CheckExpenseLine Table:
ACCNT, AMT, MEMO, CUST. NAME
Oth Curr. Liab A -5 memo BBB Co
Oth Curr Asset A 100 memo BBB Co
Income Acct -5 memo BBB Co
2) GENERAL JOURNAL transaction:
JournalEntry Table:
DATE FX RATE REFNUM
4/19/07 1.15 123 (is this assigned by QB if left
blank or not input?)
JournalEntryLine Table: (is this used for both debit and credit splits or
do they goto the separate DebitLine and CreditLine tables??)
ACCOUNT, AMT MEMO NAME
Other Curr.Liab. Acct A, 300 memo XYZ
Corp.
Income Acct A, 100 memo XYZ Corp.
Other Curr.Liab. Acct B, -400 memo XYZ
Corp.
3) DEPOSIT transaction:
Deposit Table:
DATE ACCNT MEMO FX RATE
4/16/07 Bank ACCT memo 1.15
DepositLine Table:
ENTITY NAME ACCNT MEMO CHECK# PYMNT METH. AMT
ABC Inc. Other Curr.Asset memo 9876 Wire
-90