G
Guest
I'm trying to set an option button to always be the default even when I run
my database when coming out of design view. Ive tried doing this in the load
event:
option23.Value = true
I receive a run-time error:
Run-time error '2448'
You can't assign a value to this object.
*The object may be a control on a read-only form.
*The object may be on a form that is open in Design view.
*The value may be too large for this field.
I went through the group option wizard and did set the correct option but to
be default. It seems if i leave the other option button selected when I go
into design mode and re-run my application, the last selected option button
is still selected. How can I change it so Option23 is selected by default
whenever the application is run. Thank you in advance.
-Adam
my database when coming out of design view. Ive tried doing this in the load
event:
option23.Value = true
I receive a run-time error:
Run-time error '2448'
You can't assign a value to this object.
*The object may be a control on a read-only form.
*The object may be on a form that is open in Design view.
*The value may be too large for this field.
I went through the group option wizard and did set the correct option but to
be default. It seems if i leave the other option button selected when I go
into design mode and re-run my application, the last selected option button
is still selected. How can I change it so Option23 is selected by default
whenever the application is run. Thank you in advance.
-Adam