C
Cal Monroe
I have 2 tables. One has a large number of records, many
with the same customer ID in a field. The other table
only a few records. I want to link the two tables based
on the customerID field, BUT I only want the smaller
table to link once for each customerID it matches.
If table 1 has 5 records for the same customerID, I only
want table 2 to link to the first of the 5 records with a
matching ID, not 5 to 1 link, more link 1 to 1 with the
other 4 not having a link in table 2.
Is this possible???
with the same customer ID in a field. The other table
only a few records. I want to link the two tables based
on the customerID field, BUT I only want the smaller
table to link once for each customerID it matches.
If table 1 has 5 records for the same customerID, I only
want table 2 to link to the first of the 5 records with a
matching ID, not 5 to 1 link, more link 1 to 1 with the
other 4 not having a link in table 2.
Is this possible???