dear all i have table sales with (inv number , invoice total ) second table CRVocher( Invno, Payment)
i create report for the sales
inv# Invamount
---- --------
and i create query to sum(Payment) with subreport
and i link them
every thing is ok
the quastion how can i make subtract between the sales amount and my subreport sunm of payment
i mean
sales inv number 1 amount 15000 $ <-----main report
CrVouchers
Invno 1 sum od payments = 1000$ <----sub report
i need the report with this
inv no amount paid balance
------- ------ ---- -------
1 15000 1000 14000
note that
paid is sub report linked with the main through the inv no and its query
useing crystal report 7
vb6 program
access database
any advice thanx for all
i create report for the sales
inv# Invamount
---- --------
and i create query to sum(Payment) with subreport
and i link them
every thing is ok
the quastion how can i make subtract between the sales amount and my subreport sunm of payment
i mean
sales inv number 1 amount 15000 $ <-----main report
CrVouchers
Invno 1 sum od payments = 1000$ <----sub report
i need the report with this
inv no amount paid balance
------- ------ ---- -------
1 15000 1000 14000
note that
paid is sub report linked with the main through the inv no and its query
useing crystal report 7
vb6 program
access database
any advice thanx for all