M
Manfred
Good evening (at least here in South Africa) - could somebody please assist
with the structure for update queries. I am trying to accumulate two totals
in a 3rd file from data out of two other files.
File 1: tblLoanTrans
LoanTranID (ID)
TranAmount
LoanAccountID (relates to tblLoanAccount.LoanAccountID)
TranTypeID (relates to tblLoanTranType.LoanTranTypeID)
File 2: tblLoanTranType
LoanTranTypeID (ID)
TranType ('Charges / Capital')
File 3: tblLoanAccount
tblLoanAccountID (ID)
TotalCharges
TotalCapital
From tblLoanTrans update TotalCharges and TotalCapital on tblLoanAccount.
I've tried this with a series of 3 queries but keep on getting "Operation
must use an updateable query".
Any help would greatly appreciated...
with the structure for update queries. I am trying to accumulate two totals
in a 3rd file from data out of two other files.
File 1: tblLoanTrans
LoanTranID (ID)
TranAmount
LoanAccountID (relates to tblLoanAccount.LoanAccountID)
TranTypeID (relates to tblLoanTranType.LoanTranTypeID)
File 2: tblLoanTranType
LoanTranTypeID (ID)
TranType ('Charges / Capital')
File 3: tblLoanAccount
tblLoanAccountID (ID)
TotalCharges
TotalCapital
From tblLoanTrans update TotalCharges and TotalCapital on tblLoanAccount.
I've tried this with a series of 3 queries but keep on getting "Operation
must use an updateable query".
Any help would greatly appreciated...