So that data in one field is not duplicated many times.
Example: Suppose you had a record company with several
artists, and wanted to keep a database of all record
companies and there artists, would you want to enter the
name of the company each time you entered an artist for
that company. Suppose there were a 100 artists from RCA,
would you want to list RCA 100 times, or once.
To do this, create a table, then create field and call it
RECCOMPANIES, and save. When it ask about primary key,
choose yes, and give table a name.
Now, create a second table and in first field, call it
ARTISTSID, and in data type choose number. This is how you
link the subtable with maintable when you create forms,
then pull in ARTIST form in main form. It will ask you
what fields to link, choose RECOMPANIESID and ARTISTSID.
This will show you the value of subforms. Some things just
want work without them. Learn how to create and use them!
C ya!