in my form i have one autoincrement field. and i am trying to remove one row.
my query is
if i delete any row in the middle of the record ,then the autoincrement field should automatically adjust
ex.
if i delete 3 record ,then the record with id 4 should be now 3 .
thks
my query is
if i delete any row in the middle of the record ,then the autoincrement field should automatically adjust
ex.
if i delete 3 record ,then the record with id 4 should be now 3 .
thks