Microsoft
Software
Hardware
Network
Question : How to use "if" statement in access 2003
I have one field in form which is product of two other fields eg hours x rate gives gross pay. The next field is to be taxes which I want to calcualte by using a nested if statement eg if gross pay< 500, then tax = 10%, if gross pay >499 & <800 then tax = 20%. This is an urgent refresher call. Where do I write the code and how. TIA
Leighjor
Answer : How to use "if" statement in access 2003
Hi LeighJor,
=iif([gross pay]< 500,0.1,iif([gross pay] <800,0.2))
Good Luck!
Gary
Random Solutions
Equivalent Data type for MEMO field
Disable all controls on Subform
DCDiag big file result
How to retrieve text from a website
Easy way to make a c# form readonly
is there a max int constant?
Excel Drop Down List Query
saving gridView selected reords in DataSet
LaCie 1TB HD will not show up in My Computer
Tray 900 Unable to Set Tray Icon error. How do I clear it when Windows XP Pro starts?