New record being added

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

Guest

When I am going thru my records in a form, I get to the end of the
records(the last record) and usually it would have a blank primary key. But
not anymore, it creates a new number since the primary key is AutoNumber. I
created a VB procedure in the On Current property, would that be the reason?
How can I avoid this? Is there a way to stop the user to going to the New
Record?

Thanks
 
If you do not want the use to add new records set Allow additions to NO
 
Thanks for your response. The code was actually populating a field which was
making the autonumber react. I took that off and now it is ok.

Thanks
 

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