D
Daniel
I have a database that is a library of CD's A table
called Volumes has each CD listed and where it is located:
ID; CD Name; Location. ID is formatted as an Autonumber,
CD Name is formatted as text and each value is unique;
there are no duplicates.
Another table called Holdings lists each file and the CD
on which it located: ID; Filename; CD Name. ID is an
Autonumber and CD Name corresponds to where the file is
stored. CD Name can have many duplicate values for more
than one file fits on a CD.
I want to link the tables either by ID's or CD Name's and
preserve data integrity so that I may add or delete as
needed through queries, forms, etc.. When I try to
establish the relationship, I can not set it as many to
one (ie, Holdings as primary and Volumes as second) or
vice versa. Access always thinks it is one to one. I can
not select to endoforce data rules for Access tells me the
ID field or the CD Name is not unique enough.
Are there any good resources or tutorials for this? I
have an Access reference book and it gives a good step-by-
step using the Northwind sample but when I try to apply
what I learn there, it doesn't work.
called Volumes has each CD listed and where it is located:
ID; CD Name; Location. ID is formatted as an Autonumber,
CD Name is formatted as text and each value is unique;
there are no duplicates.
Another table called Holdings lists each file and the CD
on which it located: ID; Filename; CD Name. ID is an
Autonumber and CD Name corresponds to where the file is
stored. CD Name can have many duplicate values for more
than one file fits on a CD.
I want to link the tables either by ID's or CD Name's and
preserve data integrity so that I may add or delete as
needed through queries, forms, etc.. When I try to
establish the relationship, I can not set it as many to
one (ie, Holdings as primary and Volumes as second) or
vice versa. Access always thinks it is one to one. I can
not select to endoforce data rules for Access tells me the
ID field or the CD Name is not unique enough.
Are there any good resources or tutorials for this? I
have an Access reference book and it gives a good step-by-
step using the Northwind sample but when I try to apply
what I learn there, it doesn't work.