I have a form with a combo box that has three possible values (Text1, Text2 and Text3). On my report, I have three checkboxes (Checkbox1, Checkbox2 and Checkbox3).
If the combo box value is “Text1” then I need Checkbox1 “Checked”.
If the combo box value is “Text2” then I need Checkbox2 “Checked”.
If the combo box value is “Text3” then I need Checkbox3 “Checked”.
Any suggestions?
Thanks in advance for your help.
If the combo box value is “Text1” then I need Checkbox1 “Checked”.
If the combo box value is “Text2” then I need Checkbox2 “Checked”.
If the combo box value is “Text3” then I need Checkbox3 “Checked”.
Any suggestions?
Thanks in advance for your help.