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
Backup and restore of Win2k Server to a different machine
Can I write a number extracting algorithm
Using Server.Mappath to get a file from a virtual directory
How to minimize a VFP 7 application to the system tray
How do I use FirstDisplayedScrollingRow<wbr />Index on the fly?
Use Access to move email messages between folders
Looking for a file monitoring utility
Problem with default values in SSRS2008
How can I set a variable equal to a value returned from an SQL SELECT statement
How to limit internet browsing using group policy