I want to give my users 2 ways to enter data into the same database. On one form I want a column form view of my table showing one record at a time. On a subform I have the same table information but in datasheet view. Thus giving the user two ways to enter data and view entries. NOW, I want to sync them. When a user goes to a record each view will goto that same record. I dont want to toggle between both views. I want them displayed at the same time. Can someone help me. Thanks..