Dear all,
I'm quite new in Access and would like to implement a matching function.
1. I have a table with teachers (name, qualification and interests) and a table with students (name, target qualification and interests).
Can I create a query that only shows pairs of teachers and students which qualification /target qualification are identical?
2. Further, can I sort all pairs as following:
Show all pairs that match in both qualification and interests
Then, show all pairs that only match in qualification
then, show all other pairs which doesn't match in qualification
Thank you very much in advance!