Hi, everybody!

There's something strange when I open my form! I could realize that VB is running a module that I've put in a option button click event, but I'm not clicking this button, I only open my form!

In the form activate event, I feed this button with a table field, by setting its value = true for the Optionbutton(0) or optionbutton(1), depends on the table field.

Can this be equal to a click on the button?
Is that way VB works?
How can I both keep the module which feeds the option button running on form activate event and avoid VB of running the option button on click event?

Thanks for any idea!
Roselene