Help Using Form Calculations

chrisguk

Registered User.
Local time
Today, 05:19
Joined
Mar 9, 2011
Messages
148
How would I make this following code an IF OR statement?

Code:
Code:
=IIf([Sum1]+[Sum2]+[sum3]=3,"Sorry this is not a valid claim","Valid Claim")

So the Or would be [Sum1]+[Sum2]+[sum3]+[sum4]
 
Not IIF but IF function.
Look at "DemoCalculationA2000.mdb" (attachment, zip).
Open Form1 and try, (look at VBA).
Adapt it as you need.
 

Attachments

Users who are viewing this thread

Back
Top Bottom