Edit - Option Group

  • Thread starter Thread starter Aurora
  • Start date Start date
A

Aurora

I am using Access 2000

I created several option groups without a default choice.
Now I want to make them have a default choice. Does
anyone know how to edit a option group or do I just have
recreate each one???

Aurora
 
Open the form in design mode. Select the option group (the frame boarder)
and open the Properties dialog. On the Data tab, set the Default Value
property. You could also set it in the form's Open event if you wanted.

Me.optMyOptionGroup.DefaultValue = 1

This won't be stored in the option group between sessions, but since it's in
the form's open event, it will get applied each time the form opens and so
should be transparent.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

error with blank option group choice 3
Access Create option group without using wizard? 2
Option Group 3
Option Group Mods 5
Option Group to reports 2
Excell 2021 0
Option Group results on reports 1
Counting in a Report 4

Back
Top