I have a main form with a list box to select properties. My subform contains potential clients for the properties stored in a different table. Both forms are working good and linking. On the subform I have an option group when based on what selected will show/disappear additional text boxes. The problem comes in when I select a property on the main form, the option group on the subform is updated for each specific property which is good, but the text boxes don't appear/disappear unless I click on one of the buttons in the option group. So lets say property 1 in the list box main form has an option group equal to yes in the subform than another text box appears. Property 2 equals no. When I switch from Property 1 to Property 2 the text boxes will still show. When I select between records the text boxes aren't appearing/disappearing like they should. If I click on the option group itself everything works great they appear and disappaear but when I switch between records it seems as though the form isn't rereading the .visible=true etc. I tried to requery the form,subform and tried to requery the frame for the option group itself but nothing seems to have worked. Hope I explained this right Any help would be great, thanks.