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
Windows 2003 Server R2 Gives intermittent stop error 0000007f
New removable HDD not detected
File Conversion window opens when I try open a Word .doc
Best way to virtualise existing windows PC's
Macro to export outlook contacts to Excel hangs
Web Service to upload images
Where to buy Office 2003 OEM Basic CHEAP (but leagal)?
Set break on unhandled errors in Microsoft Options window in Access 2003
Counting in a Report
How to convert this VB.NET code to VC# code?