I have written a VB App that writes to a SQL 6.5 DB and I am having a small problem with on table.
Within this table I have a column that I have setup to auto increment by 1 each time a record is added and I show this column in my VB app as record number.
The problem is that whilst testing that this works I have been adding and deleting records and now the table is empty but the count for the autonumber is not reset to zero and when the first record is entered it says that it is record 10 for example.
How do you reset this figure back to Zero.
Cheers.....Grimmy
Within this table I have a column that I have setup to auto increment by 1 each time a record is added and I show this column in my VB app as record number.
The problem is that whilst testing that this works I have been adding and deleting records and now the table is empty but the count for the autonumber is not reset to zero and when the first record is entered it says that it is record 10 for example.
How do you reset this figure back to Zero.
Cheers.....Grimmy