Results 1 to 2 of 2

Thread: How to work with AutoNumber

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 1999
    Location
    Solihull
    Posts
    10

    Post

    If you copy field having AutoNumber porperties to another table it does not work.So is there any way to work with AutoNumber

    [This message has been edited by anwar jamil (edited 08-06-1999).]

  2. #2
    Lively Member
    Join Date
    Jun 1999
    Location
    Raleigh, NC
    Posts
    70

    Post

    You can't copy data into a Autonumber field, if that is what you mean... but why would you want to? One of those thumb rules of database design is to never have duplicate data in your database. If you have a list of names, for instance, and you want to reference those names against a list of library books and a list of automobile tag numbers then you would use just the autonumber key in those other lists. The field in those other tables would not be Autonumber, but a long integer.

    Bash

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width