New record

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!
 
E

Emilia Maxim

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top