W
Wenster
I have been trying to make field1, 2 or 3 feed data into in field2 based on
what the user enters in field3. The logic seems to make sense, but when i
populate field3, field1 remains blank.
Field1 = text box
Field2 = text box
Field3 = text box
Field3 = rule logic is if field4 = 1.0 then fill with data from Field1, if
field4 = 2.0 then fill with data from Field2, if field4 = 3.0 then fill with
data from Field3
Field4 = text box with directions for user to enter either "1.0 or 2.0 or 3.0"
I would prefer to use radios to replace field 4 - so the rules would say if
the first radio is checked, then fill field3 with data from field1.
No matter how I program it, field 3 remains blank.
Can you help
what the user enters in field3. The logic seems to make sense, but when i
populate field3, field1 remains blank.
Field1 = text box
Field2 = text box
Field3 = text box
Field3 = rule logic is if field4 = 1.0 then fill with data from Field1, if
field4 = 2.0 then fill with data from Field2, if field4 = 3.0 then fill with
data from Field3
Field4 = text box with directions for user to enter either "1.0 or 2.0 or 3.0"
I would prefer to use radios to replace field 4 - so the rules would say if
the first radio is checked, then fill field3 with data from field1.
No matter how I program it, field 3 remains blank.
Can you help