Thank you Pat - On first go 'round that seems to work. However, when I go to enter the second record into the subform the cursor jumps back up to the first record. The RespID is locked, so the first available input is FLOR (Free Listing Original Rank). It is here that the cursor will jump to. The same thing happens when attempting to rerank on the right side under RANK, on the second record the cursor will jump back up to the first record under FLOR. It only happens the first time(when writing to the second record) after that its fine. Is there something I can do to prevent that, because that will definitely lead to some typos down the road.
Also, I used a SQL Statement to bind the Main form to the table, but when I used the wizard it just asked me for which table I want the form connected with, next I would bind a control to the primary key of the table, why could I not set that control to the record I wanted when ever I enetered the table? Should I always build a SQL statement when binding forms to tables instead of using the Access Wizards?