enable combo box from a radio button...

jjh

Joined
Jul 3, 2006
Messages
1
Reaction score
0
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
 

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

Top