> I'm trying to reset an option button back to false in Access 2003. I've tried
> things like:
[quoted text clipped - 10 lines]
>
> Donald
Thanks fredg & Ofer,
It's an unbound button, not part of a group. There it a case when the button
is selected (true) by the user, I need to change it back to false. I goofed
pasting in the code-it's only one button, should all be the same name.
Me!optTitle.Value = False
optTitle.Value = False
optTitle = Null
> I tried your code, and both your options worked
>
[quoted text clipped - 15 lines]
> >
> > Donald
donaldg - 31 May 2006 06:44 GMT
Thanks for confiirming the code works, I was going in circles with this. I
moved it to a different place in the code and it works now (?).
> Thanks fredg & Ofer,
>
[quoted text clipped - 25 lines]
> > >
> > > Donald