R
Reaction score
0

Profile posts Latest activity Postings About

  • Hi All - some help if possible

    Using Access 2007

    I have a table where the RecordID is an autonumber, and PK.

    To set this table up I have a load routine, (becuase I have done this multiple times for testing and further deveopment and I compact and repair the DB prior to loading) - the 690 records are correct numerically and autonumbered.

    This table has transactional data where existing records are updated and new records are appended.

    I found the autonumber was not incrementally increasing - so no reseed the auto number (using ALTER TABLE 3IWSPLans ALTER COLUMN RecordID COUNTER (1000,1)) prior to starting the transactions.

    New transactions will append correctly, up untill I amend a existing record (using a delete and append query via a staging table) - then the autonumber tries to reuse a number already in the table and because its not unique it errors.

    Can anyone tell me why the autonumber is not incrementally increasing correctly

    Thanks
    Rolly
  • Loading…
  • Loading…
  • Loading…
Top Bottom