I
ionic-fire via AccessMonster.com
I have several tables that all have a common field which I would like to use
the same lookup table to be the source of this value because they all stand
for a type of metal that is being used.
Each main record will have a long integer field, and will be related to the
lookup table's pk value. When I went to make relationships on the
Relationships window, each time I made a new relationship (1-to-many) another
copy of the lookup table popped onto the window, delimited by a _1, _2, etc.
Furthermore, when I create queries later on, and I want to find out what
metal that a pk val of, for example, "3" corresponds to, how will I be able
to add the lookup table metal description to the query? I suspect that I need
to use an alias, am I correct?
Thanks a ton!
the same lookup table to be the source of this value because they all stand
for a type of metal that is being used.
Each main record will have a long integer field, and will be related to the
lookup table's pk value. When I went to make relationships on the
Relationships window, each time I made a new relationship (1-to-many) another
copy of the lookup table popped onto the window, delimited by a _1, _2, etc.
Furthermore, when I create queries later on, and I want to find out what
metal that a pk val of, for example, "3" corresponds to, how will I be able
to add the lookup table metal description to the query? I suspect that I need
to use an alias, am I correct?
Thanks a ton!