G
Guest
If the user clicks an option button, I want that setting to remain the
default the next time the user opens the form. I coded as follows but it does
not work. I can see that clicking changes the value in the properties screen,
and then I close the form. However, when I re-open the form, the default
reverts to the previously set default. Suggestion appreciated:
Private Sub optViewNewPatients_AfterUpdate()
optViewNewPatients.DefaultValue = optViewNewPatients.Value
End Sub
default the next time the user opens the form. I coded as follows but it does
not work. I can see that clicking changes the value in the properties screen,
and then I close the form. However, when I re-open the form, the default
reverts to the previously set default. Suggestion appreciated:
Private Sub optViewNewPatients_AfterUpdate()
optViewNewPatients.DefaultValue = optViewNewPatients.Value
End Sub