I came across a weird issue I've never seen before. I have a form with two option buttons (aka radio buttons) in a control array. When the form loads, the click event fired, even though the Value property isn't set anywhere in the code.

As a test, I changed it from a control array into two separately named controls, and now the click event doesn't fire.

This solves my problem, but I thought it was a weird issue. Do control arrays reinitialize at load even when they are set at design time?

Just curious...

- Nick