Hi all,
A freind and I are updating a database doing it two different ways, mine is by updating the record and it all works the problem/question is the other person is doing this in a way that appears strange.
He starts with puting the incremented number (id number) into a variable and then deleting the entire record, from here he adds a new record using the previous variable that contains the previous record's incremented number.
Is what we are seeing a bug/fault or is it possible to reuse a incremented number as long as the number is not repeated remains true?
BigBadKev