C
Cyndi
I have a database everything works fine but report
I have Invoice Amount, Payment or maybe partial payment
on the report I HAVE TO have it print line by line detail so that
Before any payments are made
Invoice Number Amount Payment
1 10,000 0.00
1st payment is made
1 5,000 5,000
2nd payment is made
1 0.00 5,000
So at each report printing I can see the correct amount due and the
1st payment was 5 and then after the second payment the total is 0.00
this is needed this way because Amount is summed at the end to show
total due as payments are made.
Please please help me
Right Now I have a form where I post payments and the field of amount
is on there(from a query) and I post payments on a subform, ideally
what I would like to happen is when I post payment it would
immediately go up to amount field and adjust amount to new balance
based on payment I just posted and this is the field that would pick
up on reports
Thanks in advance
I have Invoice Amount, Payment or maybe partial payment
on the report I HAVE TO have it print line by line detail so that
Before any payments are made
Invoice Number Amount Payment
1 10,000 0.00
1st payment is made
1 5,000 5,000
2nd payment is made
1 0.00 5,000
So at each report printing I can see the correct amount due and the
1st payment was 5 and then after the second payment the total is 0.00
this is needed this way because Amount is summed at the end to show
total due as payments are made.
Please please help me
Right Now I have a form where I post payments and the field of amount
is on there(from a query) and I post payments on a subform, ideally
what I would like to happen is when I post payment it would
immediately go up to amount field and adjust amount to new balance
based on payment I just posted and this is the field that would pick
up on reports
Thanks in advance