I have not run into this before, and hope there is a solution out there.
Table1 contains 6 fields - fail1, fail2,....fail6
Table2 contains 2 fields - Code, Description
I want my query to JOIN on fail1, fail2..... to CODE and have the 6 different descriptions show in my query output.
I can create the joins to CODE, but can't get the Description to show 6 times.
I hope I explained this correctly.
Any Ideas?
Thanks
Kevin
Table1 contains 6 fields - fail1, fail2,....fail6
Table2 contains 2 fields - Code, Description
I want my query to JOIN on fail1, fail2..... to CODE and have the 6 different descriptions show in my query output.
I can create the joins to CODE, but can't get the Description to show 6 times.
I hope I explained this correctly.
Any Ideas?
Thanks
Kevin