increment by 1

B

Barry Gilbert

I'm not sure why you need two autonumber fields, but if you want to require
the user to type in the next highest number, why not do it for them and
prevent them from overriding it?

In the Default property for that field, put in something like:
=DMax("SID","MyTableName") +1

Then lock the textbox to protect it.

Barry
 

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