In the onCurrent event I have a fairly standard idea I think of Code: dim RS as DAO.RecordSet Set RS = Me.RecordsetClone If Not RS.EOF And Not RS.
BOF Then do things like Alloweditions = false end if The form is a continuous form. The header has unbound controls. These are filled out by the user. The user clicks a button which adds a new record to the table and then does a ...