if your form is bound to a table, query or SQL statement, then normally it
will show the first record when you open it. if you want to always open to a
blank "new" record, either set the form's DataEntry property to Yes, or add
an event procedure to the form's OnOpen event, as