S
squirrel
Hello everybody
I intend to program an undo function with logged information. For
example a deleted record should be set back again. Of course with the
old ID. I have found IDENTITY_INSERT for SQL but nothing for Access.
So I tried to change the column ID from Counter to Long Integer which
worked fine. But I cannot set it back to Counter if records already
are in the table. Can anybody give me a suggestion? Thanks a lot-Alex
I intend to program an undo function with logged information. For
example a deleted record should be set back again. Of course with the
old ID. I have found IDENTITY_INSERT for SQL but nothing for Access.
So I tried to change the column ID from Counter to Long Integer which
worked fine. But I cannot set it back to Counter if records already
are in the table. Can anybody give me a suggestion? Thanks a lot-Alex