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
BSOD errors that I can't track down!! <---- n00b alert!!
FileZilla FTPS, Cisco ASA - 425 Can't open data connection.
Behavior of Word mail merge to e-mail from Access
MS Access custom help screens
website link takes me to the wrong website
docmd.closeform
VPN PPTP
Code retriving duplicated numbers.
SQL Statement - seperate single column into 3 different data columns
SecurityException: Request for the permission of type 'System.Web.AspNetHostingP<wbr />ermission.<wbr />.. Failed