Hello.
I'm a complete newbie to Access when it comes to forms.
I'm creating a form at the moment and when a radio button in an option group gains focus,a VB event procedure enables an associated combobox and makes it visible by:
Me.ComboNr.Visible = True
Me.ComboNr.Enabled = True
This works fine, but when I try to get the listing of the combox by clicking on the dropdown-arrow, the combobox disappears.
I created the comboboxes with the wizard and I chose the following options:
1 column, 4 values manually given in
Where should I look?
Thanks
Swamphen
I'm a complete newbie to Access when it comes to forms.
I'm creating a form at the moment and when a radio button in an option group gains focus,a VB event procedure enables an associated combobox and makes it visible by:
Me.ComboNr.Visible = True
Me.ComboNr.Enabled = True
This works fine, but when I try to get the listing of the combox by clicking on the dropdown-arrow, the combobox disappears.
I created the comboboxes with the wizard and I chose the following options:
1 column, 4 values manually given in
Where should I look?
Thanks
Swamphen