I have a table with field pkID which is type AutoNumber.
pkID is my primary key.
I accidentally removed one record (pkID = 57) and now I am trying to put it back. How can I do that. I need to insert exact same pkID into my table.
I tried temporary to change definition from AutoNumber to Integer, but because of relationship I wasn't allowed to do so. (and I am not willing to remove relationships and recreate them again)
thanks
pkID is my primary key.
I accidentally removed one record (pkID = 57) and now I am trying to put it back. How can I do that. I need to insert exact same pkID into my table.
I tried temporary to change definition from AutoNumber to Integer, but because of relationship I wasn't allowed to do so. (and I am not willing to remove relationships and recreate them again)
thanks