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
Insert into a table without having duplicates - I get an error now that I didn't get before
Outlook Anywhere Config on sbs 2008 (RPC over HTTP)
Isdate MSSQL not validating dates
Installing Visual Web Developer 2008 Express
Grid View filtering
Negative Values in a Numeric Field
Can I upgrade a "30 Day Trial" version of Windows Vista to a full Version of Windows 7?
Controlling users with Microsoft Access 2007
How to pass Id in Repeater control
DefaultAppPool Crashes