S
sabow71
I have 2 tables in a database. Each table has 1 data field, "Slot", in common
with the other.
How do I create a new table or query that combines data in one table with
data in the other table based on the slot number? In other words I have the
following information:
Table 1 Table 2
A 1 2 3 4 A 4 7 2 9
B 3 5 1 3 B 4 9 1 2
C 0 7 8 3 C 5 1 4 2
Where the capital letter is the data for the slot field, the desired result
is a new table or query that looks like this:
Table 3
A 1 2 3 4 4 7 2 9
B 3 5 1 3 4 9 1 2
C 0 7 8 3 5 1 4 2
I am new to this so please be detailed. Thanks
with the other.
How do I create a new table or query that combines data in one table with
data in the other table based on the slot number? In other words I have the
following information:
Table 1 Table 2
A 1 2 3 4 A 4 7 2 9
B 3 5 1 3 B 4 9 1 2
C 0 7 8 3 C 5 1 4 2
Where the capital letter is the data for the slot field, the desired result
is a new table or query that looks like this:
Table 3
A 1 2 3 4 4 7 2 9
B 3 5 1 3 4 9 1 2
C 0 7 8 3 5 1 4 2
I am new to this so please be detailed. Thanks