I have a form with 3 option buttons on it, optYes, optNo and optMaybe. Selection of any option button pops up a corresponding message box. Now the problem is this. Whenever the form loads, the code for optYes fires. I have set the value of all three option buttons to False in the Form load, but still the same problem happens. I have even tried making and invisible option button, setting its value to True....same problem. Any ideas?