Re: Autonumbering failure after conversion from 2.0 to 2003

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Why do you say that's not a correct number? Unless you're using a
Replication ID Autonumber, the Autonumber is simply a Long Integer, which
means that any value between -2,147,483,648 to 2,147,483,647 is legitimate.

Autonumbers exist for one purpose only: to provide a (practically
guaranteed) unique value that can be used as a primary
key. -21,641,464, -21,641,463, 21,641,461 (or -21,641,464, 18, -3,632)
serves that purpose just as well as 1, 2, 4.

Fact of the matter is, Autonumbers are seldom displayed to the user anyhow,
so it shouldn't make any difference. If the value of the number matters to
you, you probably shouldn't be using an Autonumber.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)



<knud.n@xxxxxxx> wrote in message
news:1135021927.799100.31450@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hello Everyone
>
> After converting my database from 2.0 to 2003 format, using the
> converter downloaded from microsofts homepage, all the fields that uses
> autonumbering does not work. Instedet of generating a correct
> incrementet number, the autonumbering generates a large negative
> number.
> Does anyone have any suggestions ???
> Any help is very much appreciated, thanks.
>


.



Relevant Pages

  • Re: Running event after AutoNumber is created
    ... Doug Steele, Microsoft Access MVP ... I want to limit what the user can enter for each list (subform). ... the creation of an autonumber not triggering an update event. ...
    (microsoft.public.access.formscoding)
  • Re: Need help in Auto number Please..!!
    ... Doug Steele, Microsoft Access MVP ... (no private e-mails, please) ... Autonumber exists for one purpose only: ...
    (microsoft.public.access.queries)
  • Re: Tables/Form
    ... Doug Steele, Microsoft Access MVP ... (no e-mails, please!) ... is still not automatically putting in the next autonumber. ...
    (microsoft.public.access.gettingstarted)
  • Re: Need help in Auto number Please..!!
    ... Doug Steele, Microsoft Access MVP ... Autonumber exists for one purpose only: ... utility but the auto number it gives form 20 and onwards. ...
    (microsoft.public.access.queries)
  • Re: Help with project
    ... StudentID - Autonumber ... Each record contains demographic information about a student. ... Dave Hargis, Microsoft Access MVP ... These newsgroups are dedicated to helping each other with specic problems ...
    (microsoft.public.access.forms)