Options code

  • Thread starter Thread starter rob p
  • Start date Start date
R

rob p

I made an options box with 3 options. Works when I click command button.

When I try to copy that code and rename it for another form with another
options box I get "Member already exists..." .

How can I hook up a command button (uniquely of course) to a options box?
The wizard helps set up the box but stops at that.

thanks.
 
I made an options box with 3 options. Works when I click command button.

When I try to copy that code and rename it for another form with another
options box I get "Member already exists..." .

How can I hook up a command button (uniquely of course) to a options box?
The wizard helps set up the box but stops at that.

thanks.

Perhaps you could give us a little help here. Bear in mind, you can
see your database; we cannot.

What is the Control Source of the option box, if any?
What do you want the command button to do when you click it?
What code do you now have in the command button's Click event (on the
working form)?
 
Sounds like you're naming it the same name some other
control is named, name conflict, or, Access doesn't like
the fact that you are trying to copy it. I suggest you
just go ahead and remake it from scratch in the second
form.
 
Back
Top