I have a continuous modal form which is used for editing and deleting existng records. The form is called from a command button on a subform. Everything in the form works properly except that when there is only one item in the list I can't get it to save a change. There is only one editable field and when there are 2 or more records, using the <ENTER> key saves the record and sends the cursor to the next line. But when only 1 record exists, after I hit the <ENTER> key, the cursor sits in the editable field and the record selector shows it is still being edited. The record has not been updated. I don't really want to use a command button to accomplish this. Is there any alternative to this that I could use to have the change be saved when I hit the <ENTER> key while staying in the same field. Perhaps a code suggestion based on the recordcount being equal to 1? Or a requery routine? Hitting the <ENTER> key is not prompting any event. I'm not sure what events I can use since the field is not updating. I'm just not sure what to try. Thanks for any help!!