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
Setting Office (Excel) workgroup templates location
RRAS & VPN install on Server 2003
Send Email Notification on Password expiry in AD to users
Column 'xxx' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause
close a popup menu
Group Policy File Howto
E_ACCESSDENIED error when trying to import sites into new site collection with stsadm
NAME? in fields on crosstab query subform
How to set AutoIncrement Property of a field ?
The disk is offline because of policy set by an administrator