A
Angyl
How do I attach a simple code to a form field that says "IF" (FieldX) is
GREATER or LESS THAN (FieldY), Then (FieldZ) =(FieldX)+(FieldY)"
I'm making a form that has to add, multiply and subtract different fields.
But I want some fields to operate only under certain circumstances.
The code I'm using is simplistic but I'm missing one key piece. An example
of what I'm currently attaching to fields doing looks like this:
=(PremiumTotal)*.95
That works fine. Or
=(PremiumTotal)*(LLimit)
That works fine too.
How do I tell a field to calculate ONLY IF X Field is greater than or less
than Y Field?
I've tried playing around with it myself but can't get the syntax right.
(IF) (PremiumTotal)<>(Emod) =(PremiumTotal)+(Emod)
Thanks for your help!!
GREATER or LESS THAN (FieldY), Then (FieldZ) =(FieldX)+(FieldY)"
I'm making a form that has to add, multiply and subtract different fields.
But I want some fields to operate only under certain circumstances.
The code I'm using is simplistic but I'm missing one key piece. An example
of what I'm currently attaching to fields doing looks like this:
=(PremiumTotal)*.95
That works fine. Or
=(PremiumTotal)*(LLimit)
That works fine too.
How do I tell a field to calculate ONLY IF X Field is greater than or less
than Y Field?
I've tried playing around with it myself but can't get the syntax right.
(IF) (PremiumTotal)<>(Emod) =(PremiumTotal)+(Emod)
Thanks for your help!!