J
Jason
Hi,
Here is my problem. I have users who enter information
into a form that computes 2 numbers. Let's call numbers Z
and Y. Let's say Z=39 and Y=19
What I'd like to do is write something that will do the
following.
If Y >= Z display "Dynamic", if not take Z - 12 and
perform Is Y >= Z if yes display "Dynamic2", if not take
Z - 12 again, then perform is Y >= Z, if yes
display "Dynamic3", if not take Z - 12 again, etc.
I can't seem to figure out what method to use.
Thanks.
Jason
Here is my problem. I have users who enter information
into a form that computes 2 numbers. Let's call numbers Z
and Y. Let's say Z=39 and Y=19
What I'd like to do is write something that will do the
following.
If Y >= Z display "Dynamic", if not take Z - 12 and
perform Is Y >= Z if yes display "Dynamic2", if not take
Z - 12 again, then perform is Y >= Z, if yes
display "Dynamic3", if not take Z - 12 again, etc.
I can't seem to figure out what method to use.
Thanks.
Jason