Results 1 to 2 of 2

Thread: [RESOLVED] Duplicating a record in a database

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2001
    Location
    London
    Posts
    255

    Resolved [RESOLVED] Duplicating a record in a database

    Hi Guys,

    I have a problem which is:

    I am entering information in an Access database using a form. I want to be able to duplicate data, say I have 45 entries in a database and I need to have number 15 entry twice, such that if I hit a dupplicate button while on entry 15, this is entered as 15A and 15B. e.g the sequency of entries becomes 13, 14, 15, 15A, 15B, 16, 17...,etc.
    Is this possible? Can you help

    Thank you

    Dinis

  2. #2
    Hyperactive Member Ed Lampman's Avatar
    Join Date
    Mar 2001
    Posts
    273
    Use an autonumber field and enter the duplicate record as normal. Use another field (unique) called something like 'SequenceNumber' and assign your 15B etc to that field.

    Then, when you query the database, just sort on the SequenceNumber field and the records will appear in the order you want.

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