A
AtomicEnergy132
Hi, I was wondering if there was any union code that i could use to use a
table as a reference. what i mean is, if i had a main table that was related
to this reference table by the primary key, and the reference table had
fields choresponding to things in the in main table. this way, any one
record in the main table would have a value in the reference table determined
by two of the fields in the main table.
i just realized how amazingly confusing i made that, so i will try to
diagram it.
MAIN TABLE:
Joe - A - 1
Sally - B - 2
Kari - A - 2
Reference Table
-- - 1 - 2
A - x - y
B - z - q
where the goal is to be able to tie x with Joe, q with Sally, etc. i think
this could be done by making each field it's own table? but i would really
like to keep all of the information in the same table (is this asking for
something more excel oriented?)
Thank you,
Dan
table as a reference. what i mean is, if i had a main table that was related
to this reference table by the primary key, and the reference table had
fields choresponding to things in the in main table. this way, any one
record in the main table would have a value in the reference table determined
by two of the fields in the main table.
i just realized how amazingly confusing i made that, so i will try to
diagram it.
MAIN TABLE:
Joe - A - 1
Sally - B - 2
Kari - A - 2
Reference Table
-- - 1 - 2
A - x - y
B - z - q
where the goal is to be able to tie x with Joe, q with Sally, etc. i think
this could be done by making each field it's own table? but i would really
like to keep all of the information in the same table (is this asking for
something more excel oriented?)
Thank you,
Dan