C
cinnie
hi to all
I have an option group (ogpMode) that contains two radio buttons (A, having
option value 1, and B, having option value 2). The default value for the
option group is initially set at 1.
I'd like the option group's default value to be whatever I last changed it
to. If I pick B, for example, then I'd like B to be selected next time I use
the program.
Why doesn't this work in the option group's AfterUpdate event?
Me!opgMode.DefautValue = Me!opgMode
thanks
I have an option group (ogpMode) that contains two radio buttons (A, having
option value 1, and B, having option value 2). The default value for the
option group is initially set at 1.
I'd like the option group's default value to be whatever I last changed it
to. If I pick B, for example, then I'd like B to be selected next time I use
the program.
Why doesn't this work in the option group's AfterUpdate event?
Me!opgMode.DefautValue = Me!opgMode
thanks