Results 1 to 7 of 7
  1. #1
    snowboarder234's Avatar
    snowboarder234 is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    243

    How do you enter duplicate titles?

    For example, I have two books -- each a duplicate of each other.


    ie: Crossing the Line -- book 1
    Crossing the Line -- book 2
    Both books are the same. I want to document that the 2 identical books are in the database
    I'm unsure of how to enter both of these duplicates into the database.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Assign a unique identifier to each record. This is what autonumber field can provide.

    You might look at the Microsoft Lending Library template database.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Join Date
    Apr 2017
    Posts
    1,776
    Autonumber per se may give the unique identifier, but it has very little use in case you have one of books in hands, and have to decide which one in database it is!

    You must have some unique identifier attached to every book (e.g. inventory number or this same automuber - generally it is not adviced to make autonumber visible for users, but in this case maybe you make an exception) - written somewhere or printed on some sticker. And you must have this identifier registered for every book in your table.

  4. #4
    Robyn_P's Avatar
    Robyn_P is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2017
    Posts
    150
    I'd have one table for the book details and then one table for the instances of each book

  5. #5
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,850
    You might consider the concept of CopyNumber. I have seen this used for Movie/DVD rental applications where there may be 1 or many copies of the same Title, and each has to be managed.
    Good luck.

  6. #6
    snowboarder234's Avatar
    snowboarder234 is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    243
    Thank you to everyone who posted. I appreciated your time and help.

  7. #7
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,850

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Repeating Titles
    By Western_Neil in forum Database Design
    Replies: 9
    Last Post: 05-10-2018, 07:43 PM
  2. Multiple Titles
    By bbilotta in forum Access
    Replies: 2
    Last Post: 02-28-2017, 01:29 PM
  3. Getting ID's when I need titles
    By zero3ree in forum Access
    Replies: 1
    Last Post: 06-26-2012, 10:24 PM
  4. Tab Titles...
    By jlclark4 in forum Forms
    Replies: 3
    Last Post: 04-08-2011, 12:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums