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