Hi,
I am a beginner working with MS Access.
I have a table with member information for a local "vineyard society" (sorry for my bad English).
Every existing member has an ID number (Id field in the table). The field type is currently set as Number (Long Integer). Is it possible to keep the current Id Numbers and change the field to AutoNumber so it will automatically increase when I add a new member?
The problem is that the current Id numbers aren't consecutive. First member has the Id: 4, second has 5, third has 8, fourth has 13.
I want every member to keep his current Id, I don't want to start from scratch. I just want the Ids to autoincrement after the last member's Id.
I tried changing the field type from Number to AutoNumber but to no avail. I tried creating an AutoNumber field and appending the Id field to the new AutoNumberId field and it doesn't work either.
I know there should be a simple solution, I've googled but can't seem to find the right solution for my problem.
Thanks for your help.
I am a beginner working with MS Access.
I have a table with member information for a local "vineyard society" (sorry for my bad English).
Every existing member has an ID number (Id field in the table). The field type is currently set as Number (Long Integer). Is it possible to keep the current Id Numbers and change the field to AutoNumber so it will automatically increase when I add a new member?
The problem is that the current Id numbers aren't consecutive. First member has the Id: 4, second has 5, third has 8, fourth has 13.
I want every member to keep his current Id, I don't want to start from scratch. I just want the Ids to autoincrement after the last member's Id.
I tried changing the field type from Number to AutoNumber but to no avail. I tried creating an AutoNumber field and appending the Id field to the new AutoNumberId field and it doesn't work either.
I know there should be a simple solution, I've googled but can't seem to find the right solution for my problem.
Thanks for your help.
Comment