How do I over ride a auto number

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

Guest

I have created a table and on the left hand side each customer has a number
however I don't want the auto number to start from "1" I want it to start
from 20051......and onwards.

HELP !

Jo
(e-mail address removed)
 
Do a search - asked and answered frequently.

Short answer is that autonumbers should not be used if you care about the
format of the number. In your case, an autonumber is not appropriate.
Instead, code should be used to find the highest number and increment it.

Read the previous posts on the topic for more details.

--
Rick B



"OVER WRITE AN AUTO NUMBER" <OVER WRITE AN AUTO
(e-mail address removed)> wrote in message
news:[email protected]...
 
OVER said:
I have created a table and on the left hand side each customer has a
number however I don't want the auto number to start from "1" I want
it to start from 20051......and onwards.

HELP !

Jo
(e-mail address removed)

I suggest you follow the advice of Rick. Don't and you will be sorry in
the future. Autonumber are not for human consumption.
 

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