Hi All.
I have copied a table in my database with the structure of it staying the same. I have then appended data from another table in to this new table.
Now when trying to add a new record I receive a message that this would create duplicate values in the index key.
If I was to create a new record right now, the primary key auto number would be 17005, where as the appended data has primary key values that go up to 17536.
Is there any way to set the auto number start point so that it would start at 17537?
I could manually enter a new record 500 times and then exit back out of the form. But I'm guessing there must be a simpler way.
Thanks
I have copied a table in my database with the structure of it staying the same. I have then appended data from another table in to this new table.
Now when trying to add a new record I receive a message that this would create duplicate values in the index key.
If I was to create a new record right now, the primary key auto number would be 17005, where as the appended data has primary key values that go up to 17536.
Is there any way to set the auto number start point so that it would start at 17537?
I could manually enter a new record 500 times and then exit back out of the form. But I'm guessing there must be a simpler way.
Thanks