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
Transpose Columns Names with Data
Lock down website usine web.config file
The process could not execute 'sp_replcmds'
OWA 2007 Password Change Working with ISA 2006 When it Should Not.
access 2007 "Invalid field definition 'CustomerID' in definition of index or relationship
How to automate Access Report Save process (in multiple formats)
Vista can't modify files (Access Denied)
Public Counter in VBA
SBS 2008 - Combine two gigabit nics for faster network speed.
Errors Compiling DLL