I have a continuous sub form bound to a single table. I use a unbound text field on the main form to supply a default value thet the user inputs, and will be used in up to 30 records. This works well when you first open the form, but after entering one lot of data, I am unable to update the subform with a new default value and enter the next lot of info. If I close the form and reopen it works again. What do I need to do to enable data entry to continue without closing and reopening the form Eg a button that will take the user back to the unbound text box allow a new default value to be entered and then press enter to go to a new record in the subform. NB the unbound text box is using the setfocus (on the sub form) and (gotorecord new record) after update to step into the sub form and create the first new record, is this a problem? [sig][/sig]