CLC,<br>Alternatively, a less complex way would be to set the Cycle Property to Current Record. Now if you look at the 'record selector' (the grey bar on the left edge of the form), the little pencil will stay in that after the user tabs past the last field. (I'm assuming your situation was that once the user tabbed past the last field the record was saved by default). Anyway, as long as you see the pencil, the table is not updated, and depending on your Locking mode (see the Record Locks property on the form), the record may be locked, until you click the grey bar, or as mats suggested, click a button with a SaveRecord command.<br>--Jim