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
Adding bullet points to body of email using call and vba
add a new print job and getting its ID
How to capture text changed event in a text box changed by a client side popup window?
How to Parse http.ResponseText returned from Web service
What does Crawling Full status mean?
0x0000007B (0xBA4C3524, 0xC0000034, 0x00000000, 0x00000000)
After Update in Access
Using OPENXML in a Stored Procedure for an Infopath form submitted via Web Service
Finding Duplicate rows in a datatable to mark as duplicate and have to append the duplicate row in new datatable
What is the matter with this stored procedure