M
Mae
I went to the link referenced in a question below,
regarding the evils of using Lookup. Does that apply only
to looking up values from other tables, or to looking up
values that you've manually typed in as well? I have
several fields that are formatted as Lookups with values
that I entered in order to restrict possible options (and
make data entry easier and eliminate spelling errors,
etc). I don't see the disadvantage there.
Also, how do you get a foreign key, if not by looking it
up from another table? For instance, I have
tblContactInfo, TblCardInfo, and TblCardAssignments.
TblCardAssignments looks up ContactID from TblContactInfo
and CardID from TblCardInfo, which creates a record
showing what user has what card. ...Have I totally
misunderstood how to create a junction table??
I'm really confused, and appreciate whatever insights
anyone can provide.
regarding the evils of using Lookup. Does that apply only
to looking up values from other tables, or to looking up
values that you've manually typed in as well? I have
several fields that are formatted as Lookups with values
that I entered in order to restrict possible options (and
make data entry easier and eliminate spelling errors,
etc). I don't see the disadvantage there.
Also, how do you get a foreign key, if not by looking it
up from another table? For instance, I have
tblContactInfo, TblCardInfo, and TblCardAssignments.
TblCardAssignments looks up ContactID from TblContactInfo
and CardID from TblCardInfo, which creates a record
showing what user has what card. ...Have I totally
misunderstood how to create a junction table??
I'm really confused, and appreciate whatever insights
anyone can provide.