Hi Guys,
I have a query that I can't seem to use a join with, because I have to link more than one value at a time.
Sheet 1 contains:
- , B, C, D, E
Sheet 2 contains
A, B, C, D, ?
And I want sheet 3 to contain:
A, B, C, D, E
B needs to be the first value matched. If B = B, and THEN C = C and THEN D = D
Sheet 1 is just a reference array, its much much shorter than sheet 2.
A is a unique key that has to be populated at many times as the values B, C and D match.
How can this be done? I am just starting to learn Access, so any tips you have would be greatly appreciated.
I have a query that I can't seem to use a join with, because I have to link more than one value at a time.
Sheet 1 contains:
- , B, C, D, E
Sheet 2 contains
A, B, C, D, ?
And I want sheet 3 to contain:
A, B, C, D, E
B needs to be the first value matched. If B = B, and THEN C = C and THEN D = D
Sheet 1 is just a reference array, its much much shorter than sheet 2.
A is a unique key that has to be populated at many times as the values B, C and D match.
How can this be done? I am just starting to learn Access, so any tips you have would be greatly appreciated.