You should have about six system tables plus any tables you created. If you
created tables that you no longer need, simply delete them.
As far as sharing the information with other users, this is most commonly
done by splitting your database into a front-end (with all the queries,
reports, and forms) and a back-end (with the tables containing your data).
The back-end is typically placed on a shared drive on your LAN and a copy of
the front-end is typically placed on each user's PC. The front-end
databases contain links to the data in the back-end. This allows all your
users to view, add, and modify data on one shared back-end database.
--
Rick B
"Anthony" <no_...@please.com> wrote in message
news:OVLmPorA...@TK2MSFTNGP04.phx.gbl...