View Full Version : Option Button Uneditable


Melody
01-29-2001, 10:56 AM
I have this option button. When I click on it it gives me the message, "Control can't be edited; it's bound to unknown field 'Office Type'." There is no field called Office Type anywhere on my form, and when I go into the properties for this option box, there isn't even a Control Source. Does anyone know what might be going on?

Rich
01-29-2001, 12:11 PM
Form possibly corrupt, have you tried copying it?

TGHockett
01-29-2001, 09:09 PM
Did you try and delete the option control, and re-recreate it with the wizard?

Even if you created the option group with the wizard in the first place, I have found if I first compact the db and then re-use the wizard, the 'wizard' gets it head together a bit better on the second try...

HTH

TGH

Melody
01-30-2001, 04:01 AM
RICH & TG - Thank you for your responses. I found out what was wrong - The option button was in a frame, and the frame was referencing this "Office Type" field. I am updating this db for someone else who designed it, and didn't even think to look there!

Thanks again for feedback!!!