B
benwatson
Hi,
I would like to, eventually, create one master list using several tables, the
problem i have is that there is multiple entries for some of the information
which is needed. see example below.
I want to somehow compare the data in table 2 against the data in table 1, i
need to show all of the info in one table in the same order omitting any
missing rows as the other table. i have tried using a distinct query but it
returns 2 occurances for each row. the query needs to be built around title
1 on each table matching but also including the different data in Title 3, in
otherwords i need 2 occasions of every number that appears in title 1.
(just read this and it sounds confusing easiest way i could put it)
Table 1
Title 1 Title 2 Title 3 Title 4 Title 5
12345 227 1234 A1 abc
12345 227 4321 A2 def
54321 227 1234 A1 ghi
54321 227 4321 A2 jkl
67890 228 9876 A9 mno
67890 228 6789 B1 prq
09876 228 9876 A9 stu
09876 228 6789 B1 vwx
column named title 1 needs to contain more that one occurance due to data in
table 3 being slightly different (I need to analize both instances)
Table 2
Title 1 Title 2 Title 3 Title 4 Title 5 Title 6
12345 227 1234 A1 zyx 99
12345 227 4321 A2 wvu 93
54321 227 1234 A1 tsr 94
54321 227 4321 A2 qpo 94
67890 228 9876 A9 nml 84
67890 228 6789 B1 kji 34
09876 228 9876 A9 hgf 04
09876 228 6789 B1 edc 99
please let me know if anyone can help, im stumped.
thanks
Ben
I would like to, eventually, create one master list using several tables, the
problem i have is that there is multiple entries for some of the information
which is needed. see example below.
I want to somehow compare the data in table 2 against the data in table 1, i
need to show all of the info in one table in the same order omitting any
missing rows as the other table. i have tried using a distinct query but it
returns 2 occurances for each row. the query needs to be built around title
1 on each table matching but also including the different data in Title 3, in
otherwords i need 2 occasions of every number that appears in title 1.
(just read this and it sounds confusing easiest way i could put it)
Table 1
Title 1 Title 2 Title 3 Title 4 Title 5
12345 227 1234 A1 abc
12345 227 4321 A2 def
54321 227 1234 A1 ghi
54321 227 4321 A2 jkl
67890 228 9876 A9 mno
67890 228 6789 B1 prq
09876 228 9876 A9 stu
09876 228 6789 B1 vwx
column named title 1 needs to contain more that one occurance due to data in
table 3 being slightly different (I need to analize both instances)
Table 2
Title 1 Title 2 Title 3 Title 4 Title 5 Title 6
12345 227 1234 A1 zyx 99
12345 227 4321 A2 wvu 93
54321 227 1234 A1 tsr 94
54321 227 4321 A2 qpo 94
67890 228 9876 A9 nml 84
67890 228 6789 B1 kji 34
09876 228 9876 A9 hgf 04
09876 228 6789 B1 edc 99
please let me know if anyone can help, im stumped.
thanks
Ben