I apologize for the confusion, you are correct. I am attempting to set the drop down list value to a selected value of "Safe" when the "Mark All Safe" checkbox is checked.
The overall intention is that approximately 20 drop down lists that are bound to a SharePoint list datasource are updated to a selected value of "Safe" when the checkbox is selected.
This will allow users to move quickly through the form and update just the drop down lists where the value is something other than Safe.
I can't set the default value to Safe as I will have two additional check box options for the section, one of which will change the selected value of the 20 drop down list to Unsafe and one that will change the selected value of the 20 drop down lists to N/A.
Just to be clear, my drop down lists are inside a DataCard and are bound to a SharePoint list datasource. I am asking if anyone can assist me in setting the Datacardvalue drop down list inside of the DataCard, to a value I specify when a checkbox that is unbound to a datasource and is within another DataCard is selected.
I have already tried setting the OnCheck property of the Checkbox that is not bound to a datasource to
DataCardValue32.Selected.Value = "Safe"
Where DataCardValue32 is the SharePoint list bound dropdown inside of another DataCard. This does not seem to work.
Thank you for your assistance.