How do I add a new row ...

  • Thread starter Thread starter Laurel
  • Start date Start date
L

Laurel

.... to a recordset? My form opens with AddAllowed = false. I allow the
user to set it to true. This allows them to create a new row on their own,
via the menu or the navigation buttons at the bottom. But I would like to
create the new row myself and set focus to it. I see I can use the
"NewRecord" attribute to find the new row, but I can't find how to create
the new row.

tia
LAS
 
Well, thanks. I don't think I ever would have found this myself. Who'da
thunk a "gotorecord" method would be used to create a record?
 
Back
Top