mixalisaspr
Registered User.
- Local time
- Yesterday, 23:21
- Joined
- Nov 8, 2011
- Messages
- 15
Hello,
I really need help with this
I have 3 tables
BASIC
TOPAY
PAID
TOPAY and PAID have a field called AMOUNT.
They are connected:
BASIC.ID=TOPAY.ID
BASIC.ID=PAID.ID
What I want is to make a report with all information, and also a subtract of sum(TOPAY.AMOUNT) - sum(PAID.AMOUNT)
I have made a form, where this is calculated, but i dont seem able to use this for printing. Is there any way to store this to my BASIC table?
I really need help with this
I have 3 tables
BASIC
TOPAY
PAID
TOPAY and PAID have a field called AMOUNT.
They are connected:
BASIC.ID=TOPAY.ID
BASIC.ID=PAID.ID
What I want is to make a report with all information, and also a subtract of sum(TOPAY.AMOUNT) - sum(PAID.AMOUNT)
I have made a form, where this is calculated, but i dont seem able to use this for printing. Is there any way to store this to my BASIC table?