how do i go straight to 'add a new record' from a Command button?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am producing a stock inventory and have a command button called Add To
Inventory. When i click on this it brings up the relevant records but starts
at record number 1. How do i set up this command button to open at the add
new record stage rather than having to click the additional add new record
button to get to the end?

Thanks in advance
Craig
 
DoCmd.GoToRecord , , acNewRec
I am producing a stock inventory and have a command button called Add To
Inventory. When i click on this it brings up the relevant records but starts
at record number 1. How do i set up this command button to open at the add
new record stage rather than having to click the additional add new record
button to get to the end?

Thanks in advance
Craig

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.com
 

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

Back
Top