D
dascooper
I have a select query that doesn't seem to be joining correctly. Table 1
includes the following Fields:
Code
Adjustment
Other
Table 2 includes the following fields
Code Match
Year
Cost
table 1 can match to table 2 multiple times. However, the query is
currently returning matches for every record in both tables (#records T1 *
#records T2). I have joining the tables and applying a filter in the table
where code match = code, but no luck. I have this working in another table,
but cannot seem to resolve the issue with this one. T2 is a query - not sure
if it makes a difference, though - the results from that one are fine.
Table 1 includes multiple matches to Table 2. The way it should work is
that for each record it table 2, it should return anywhere from
includes the following Fields:
Code
Adjustment
Other
Table 2 includes the following fields
Code Match
Year
Cost
table 1 can match to table 2 multiple times. However, the query is
currently returning matches for every record in both tables (#records T1 *
#records T2). I have joining the tables and applying a filter in the table
where code match = code, but no luck. I have this working in another table,
but cannot seem to resolve the issue with this one. T2 is a query - not sure
if it makes a difference, though - the results from that one are fine.
Table 1 includes multiple matches to Table 2. The way it should work is
that for each record it table 2, it should return anywhere from