I have other applications that work fine, where you have a mainform and a subform. If you click on the ID on the subform, I want to open the detail record of that ID on another form. For some reason, I now have the same types of forms, but the focus is on the first record on the subform. If I click on another record in the subform, it doesn't get focus until I click on the row indicator >. Then it gets focus. I want to allow the user to click on any ID in the subform and it then links to the detail form. Now if I click on another ID I must move the focus by clicking the row indicator > to that particular record. When I do move the focus, it works great. Any ideas? Thanks!