B
Brook
To All:
Found this today and I know that it will be usefull for
me so I thought I would pass it on.
If you have ever set up a database and started testing
had numerous "test" records taking up your autonumber?
Maybe testing a program to assign an Invoice number and
you haven't been able to reset the autonumber to start at
your first invoice number?:
What you do is purge all the records in your database
table that you have used for testing. Then Compact the
database. This will reset your autonumber... If you have
real data in the database, you just purge the dummy data,
then your autonumber will be 1+ the highest value in the
table.
Enjoy
Brook
Enjoy
Found this today and I know that it will be usefull for
me so I thought I would pass it on.
If you have ever set up a database and started testing
had numerous "test" records taking up your autonumber?
Maybe testing a program to assign an Invoice number and
you haven't been able to reset the autonumber to start at
your first invoice number?:
What you do is purge all the records in your database
table that you have used for testing. Then Compact the
database. This will reset your autonumber... If you have
real data in the database, you just purge the dummy data,
then your autonumber will be 1+ the highest value in the
table.
Enjoy
Brook
Enjoy