L
Lee
I'm trying to write a query that will match values in 4 different fields.
Table Name1 Name2 Name3 Name4
Record 1 Luke Mark John Paul
Record 2 Simon Mark John Richard
Record 3 Mark Simon Carl Luke
How can I run a query that will match values between all 4 fields;
Luke in Record1 - Name1 matches Record3 - Name4
Simon in Record2 - Name1 matches Record3 - Name2
Mark in Record1 - Name2 matches Record2 - Name2 and Record3 - Name1
John in Record1 - Name3 matches Record2 - Name3
And so on.........
Access Wizard is no good, only works if all 4 fields contains an exact
match. Do I need to write 4 separate queries or can I write one?
Any suggestions?
Table Name1 Name2 Name3 Name4
Record 1 Luke Mark John Paul
Record 2 Simon Mark John Richard
Record 3 Mark Simon Carl Luke
How can I run a query that will match values between all 4 fields;
Luke in Record1 - Name1 matches Record3 - Name4
Simon in Record2 - Name1 matches Record3 - Name2
Mark in Record1 - Name2 matches Record2 - Name2 and Record3 - Name1
John in Record1 - Name3 matches Record2 - Name3
And so on.........
Access Wizard is no good, only works if all 4 fields contains an exact
match. Do I need to write 4 separate queries or can I write one?
Any suggestions?