JohnEMcCarthy
Programmer
I have two option boxes in an option group. Because, for whatever reason, Access does not allow the grouped option boxes to have click events, I put their respective code in their Got Focus events.
When the form loads, I want one of the option boxes (Opt_Distinct) to be true (or "clicked"), how do I get this to happen in the Form Load event.
I'd imagine this is a simple task. But I cannot, for the life of me, get it to work properly. The fact that I cannot use click events and must use got focus events makes things much more difficult.
Thanks a million.
When the form loads, I want one of the option boxes (Opt_Distinct) to be true (or "clicked"), how do I get this to happen in the Form Load event.
I'd imagine this is a simple task. But I cannot, for the life of me, get it to work properly. The fact that I cannot use click events and must use got focus events makes things much more difficult.
Thanks a million.