Hi:
Some help is appreciated:
What I want to do: On activation of a command button on 'Form A', I would like an existing combo box on Form A to be enabled (e.g. allow a user to select values in combo box), and once the user has selected the value in the combo box, copy that value to field in a table B. Is this possible? How can it be done?
I was told by a friend that on my combo box on_click entry to type:
Me.comboboxname.enabled = true
so I entered: Me.Combo16.enabled = True
(Combo16 is the name of my combo box)
and when I run the form and click on the radio button, I get a messages that says:
"The macro (or its macro group) does not exist, or the macro is new but hasn't been saved."
What do I need to do to make this work properly?
Thanks
J
Some help is appreciated:
What I want to do: On activation of a command button on 'Form A', I would like an existing combo box on Form A to be enabled (e.g. allow a user to select values in combo box), and once the user has selected the value in the combo box, copy that value to field in a table B. Is this possible? How can it be done?
I was told by a friend that on my combo box on_click entry to type:
Me.comboboxname.enabled = true
so I entered: Me.Combo16.enabled = True
(Combo16 is the name of my combo box)
and when I run the form and click on the radio button, I get a messages that says:
"The macro (or its macro group) does not exist, or the macro is new but hasn't been saved."
What do I need to do to make this work properly?
Thanks
J