G
Gettingthere
I have a form Tbl_trans. In this form you enter the Inv_Nr , Inv_amt,
payment_type, Amt_Paid and Paid_with. Now I have created a form to enter the
data,.
The problem I have is that there may be several invoices paid with 1
transaction, eg: 1 credit card payment maybe be linked to 3 different
invoices. The data entry operator needs a box on the data entry form the
tell them the balance left on that credit card payment. Eg: Inv1 = $25 but
the payment is $75, Inv2 has a value of $25.00 and is paid with Inv1, Inv3
has a value of $25 and is paid with inv1, therefore the balance of the credit
card transaction starts at (75-25) $50, then as the second inv is entered
$25 and the third $0.
I have created a query which when run will give me a balance grouped by the
Paid_with field, works somewhat, but I cannot get it to dynamically update in
the trans_form (query as a subform) when we enter the data. I think is
either an requery or after update problem
Unsure, I have tried a few thing but nothing works, maybe am going about it
the wrong way.
Any Help appreciated
Thanks
Roger
payment_type, Amt_Paid and Paid_with. Now I have created a form to enter the
data,.
The problem I have is that there may be several invoices paid with 1
transaction, eg: 1 credit card payment maybe be linked to 3 different
invoices. The data entry operator needs a box on the data entry form the
tell them the balance left on that credit card payment. Eg: Inv1 = $25 but
the payment is $75, Inv2 has a value of $25.00 and is paid with Inv1, Inv3
has a value of $25 and is paid with inv1, therefore the balance of the credit
card transaction starts at (75-25) $50, then as the second inv is entered
$25 and the third $0.
I have created a query which when run will give me a balance grouped by the
Paid_with field, works somewhat, but I cannot get it to dynamically update in
the trans_form (query as a subform) when we enter the data. I think is
either an requery or after update problem
Unsure, I have tried a few thing but nothing works, maybe am going about it
the wrong way.
Any Help appreciated
Thanks
Roger