Hi
I currently have a form which has 3 option values that change depending on the chosen value in a combo box using the following code:
Me.Controls("OptionA").OptionValue = Me.PriceA
Me.Controls("OptionB").OptionValue = Me.PriceB
Me.Controls("OptionC").OptionValue = Me.PriceC
If possible I would like to set OptionA as the default but not sure how to do this.
Thanks
I currently have a form which has 3 option values that change depending on the chosen value in a combo box using the following code:
Me.Controls("OptionA").OptionValue = Me.PriceA
Me.Controls("OptionB").OptionValue = Me.PriceB
Me.Controls("OptionC").OptionValue = Me.PriceC
If possible I would like to set OptionA as the default but not sure how to do this.
Thanks