I don't want to enter the same data repeatedly (such as name, street address,
etc).
Then store it - ONCE - in a Table, and use Queries to link that table
to the different information stored in other tables. That's how
relational databases work. You do *not* want to or need to *copy* the
information into other tables; each table contains different kinds of
information, and you use Queries to link the information together.
If you're assuming that you must have all the information in one Table
in order to view it or to print it, revise that assumption; Forms,
Reports, and exports can be (and usually are) based on Queries.
If you'ld post some more details of your data structure, someone
should be able to help. Or you might want to check out the resources
at
http://home.bendbroadband.com/conradsystems/accessjunkie/resources.html
especially the Database Design 101 links.
John W. Vinson[MVP]