Each OptionButton / CheckBox in an OptionGroup has a
unique value in the OptionGroup and the Value of the
OptionGroup is the Value of the checked OptionButton /
CheckBox.
Simply use code in the OptionGroup_AfterUpdate Event to
assign Null to whatever if the "Null" option is selected.