Changeing Automatic ID Number

B

Bruce

Are you referring to an autonumber Primary Key? If so,
why do you want to change it? Perhaps if you outline the
situation, one of the experienced and helpful access folks
at this site can offer a specific suggestion.
 
J

John Vinson

How can I Change the automatic ID Number in my database

You can't. They are designed to be uneditable. If you want to be able
to change the value, don't use an Autonumber.
 
Top