Form1 searches table1 for a key. Go to Form2 and store key (not visible). Then read table2 using this key. If NO match, just enter new data and close Form2 to save to table2-this works ok. But if there IS a match, click on NEW Record icon at top of screen and enter new data-but this New Record icon clears ALL form data including the key. BTW: Setting key at Form Close is after the table2 save. Any help out there?