
Originally Posted by
bigroo
Stephaj,
The Northwind database is a very good example database to learn from.
There is no reason why you cannot use this database.
All you need to do is delete all the data from each of the tables, but you will need to do this in a particular order since some of the tables are dependent on each for information.
Once all tables are cleaned out, compact the database, this will reset all the autonumbers to zero.
I would then make a copy of the blank database to use for future, incase something does not go to plan.
Let us know how you make out!