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
Where To Find Specific Driver
launch MS mail merge wizard via code
failure to convert ???
Access Inserting report headers
Event ID 36886...New DC
Need to create a tickler to indicate when a project is due or within 5-days of being due.
Running low on System Resources
XenServer with two NICs on two LANs, trouble with networking
Urgent System.UnauthorizedAccessE<wbr />xception
Excel / VBA: Code must check if there is any Cell in some filtered rows highligthed in RED...If so code must not run.