I have three fields to work with (two fields are of same ComboBox type and the third is radio) and would like to have the first one (EmployeeList), ComboBox type, copy its single value to another ComboBox type field called “DeliveredByName” and assign the value “Yes” to a radio button called “DeliveredYesNo”. I don’t know the syntax for this …can anyone help me on this?
If the value of EmployeeList is not null, assign “Yes” to the “DeliveredYesNo” radio button field and copy its value to the “DeliveredByName” field.
I made a mistake …the last field is not a yes/no field - it has three value and one of them is “Staff Member” which is selected if the second field has a value.