W
Walter Donavan
I added a Books table and form to my software database and began filling out
the form. I now have a table of Program CDs and a table of Books. However,
the tables have relationship problems.
a.. Book titles are duplicated in the Programs and Books tables. The
titles should probably appear only in the Books table?
b.. CD titles are duplicated in the Books and Programs tables. CD titles
should probably only appear in the Programs table?
c.. Some books refer to more than one CD.
d.. Some CDs refer to more than one book.
e.. Some CDs contain more than one book (e-books).
f.. Some books are on CDs (e-books); others have one or more CDs (e.g.
practice files).
g.. I don't know how to define the relationships so I can remove the
redundant data entries.
a.. I don't know if I need sub forms (I think so).
b.. I don't know how to get the Books table to have a primary key CD ID
AutoNumber field that is the same as the one in the Programs table.
c.. I don't know how to get the Programs table to have a primary key
Book ID AutoNumber field that is the same as the one in the Books table.
?
the form. I now have a table of Program CDs and a table of Books. However,
the tables have relationship problems.
a.. Book titles are duplicated in the Programs and Books tables. The
titles should probably appear only in the Books table?
b.. CD titles are duplicated in the Books and Programs tables. CD titles
should probably only appear in the Programs table?
c.. Some books refer to more than one CD.
d.. Some CDs refer to more than one book.
e.. Some CDs contain more than one book (e-books).
f.. Some books are on CDs (e-books); others have one or more CDs (e.g.
practice files).
g.. I don't know how to define the relationships so I can remove the
redundant data entries.
a.. I don't know if I need sub forms (I think so).
b.. I don't know how to get the Books table to have a primary key CD ID
AutoNumber field that is the same as the one in the Programs table.
c.. I don't know how to get the Programs table to have a primary key
Book ID AutoNumber field that is the same as the one in the Books table.
?