After spending a lot of time with this (yes, I am a newbie) I have found
out the most of this form. All I need help with now is to write the
Javascript for this, and I hope I make sense:If I have three fields A,
B, CC is where I need the result, so this is the field containing the
script.What I want it to do is this:If 0,2*(A+B) <= A then value of
field C should be 0,2*AIf A-B < 0 then value of field C should be -
(dash)I don't believe this is very tricky if you know how.Can you help
me how thsi...