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
Preselect Checkboxlist Controls List Items based Based on matching DataTable Values
Printer error from Excel Documents
delete confirm popup on asp hyperlink inside repeater control?
Stock Market Tracking Database Design : Multiple Buys and Sells
What possible steps can you use to debug why outbound SMTP email messages are not reaching intended receipients?
recycle bin err
Multi row trigger join
Which permission I should give to an mssql user to be able to request the Query notifications?
Calculate value of previous month using VB expression in SSRS report
Autonumbering in SharePoint 2007?