New record

  • Thread starter Thread starter Warrio
  • Start date Start date
W

Warrio

Hello!

Is it possible to go on new record in a form
so we can have the same result as the star button on the navigation toolbar
I have tried to use:
Recordset.MoveLast
but is it a way to do "go to new" or something equivalent?

Thanks for your help!
 
Warrio said:
Hello!

Is it possible to go on new record in a form
so we can have the same result as the star button on the navigation toolbar
I have tried to use:
Recordset.MoveLast
but is it a way to do "go to new" or something equivalent?

DoCmd.GoToRecord Record:=acNewRec

Best regards
Emilia

Emilia Maxim
PC-SoftwareService, Stuttgart
http://www.maxim-software-service.de
 
Back
Top