RE: For Each Statement
- From: "Chris" <Chris@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 5 Jul 2005 06:46:02 -0700
I have about 35 option buttons. Is there a way to write a For Each Statement
that would keep me from having to list all of the names of the buttons?
-Chris
"Ofer" wrote:
> Try this
> me.OptionButton1Name=0
> me.OptionButton2Name=0
> me.OptionButton3Name=0
>
> If the option button are in a group, then assign the value to the group, but
> dont put a 0 value in the OptionValue of any of the buttons in that group.
>
> "Chris" wrote:
>
> > I need to reset all of my option buttons on a form to FALSE, when the user
> > clicks a button. I cannot find the syntax for this anywhere. Can you please
> > give me an example.
> >
> > Thanks for your help,
> >
> > -Chris
> >
.
- References:
- For Each Statement
- From: Chris
- RE: For Each Statement
- From: Ofer
- For Each Statement
- Prev by Date: RE: For Each Statement
- Next by Date: Re: For Each Statement
- Previous by thread: RE: For Each Statement
- Next by thread: Re: For Each Statement
- Index(es):
Relevant Pages
|