A family of Microsoft relational database management systems designed for ease of use.
My question to you is why? Why use an arbitrary number as an ID? User IDs should be something easy for the user to remember. In my experience a userID is generally some combination of letters in the user's first and last name. Also, when logging in to an application, I generally use a combobox for the user to select themselves. Once validated the autonumber PK is what is stored in the system.
You might want to look at my blog on Login with VBA (see below for blog address).
There is also a blog article n Sequential numbering.