Null Value

  • Thread starter Thread starter JM
  • Start date Start date
J

JM

If I am using option groups, how can I code one answer on
a multiple choice list to equal "null value" if this box
is checked?
 
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.

HTH
Van T. Dinh
MVP (Access)
 
Back
Top