Microsoft
Software
Hardware
Network
Question : Query questions
I ahve a query that using an expression to calculate.
Revised Bill
RevisedBill: Sum(nz([tblrevcodebill.ori
ginalbill]
)-nz([tblr
evcodebill
.feereduct
ion])-nz([
tblrevcode
bill.addit
ionalreduc
tion])-nz(
[tblSettle
m.Settleme
ntamount])
)
This works fine. Now what I need to calculate is:
TotalSavings: which would be Originalbill - Revised Bill
Everytime I try I keep getting errors.
The syntax I have tried is :
TotalSavings: [OriginalBill]-[RevisedBil
l]
Any help?
Answer : Query questions
your Totalsavings can be computed by adding the three deductions
Totalsavings:Sum(nz([tblre
vcodebill.
feereducti
on])+nz([t
blrevcodeb
ill.additi
onalreduct
ion])+nz([
tblSettlem
.Settlemen
tamount]))
Random Solutions
Option Group & Radio Buttons: Which Events To Use
excel formula to create a password list.
SCCM 2007 Constant Despooler error 4406
access 2003 parse data length undetermined
How to populated a row of a subFORM, with too much collumns of values and no scrollbars
Flash will only work when I run IE in admin mode
White Screen in SCCM 2007 Remote Tools after update
Tiff File Compression
2008 R2 Connection Broker Load Balancing
How to print table structure in VFP 9