Help!-Match problem

C

Chengfu

Hi, group.

I need your help.

I have two tables, one is tblTutor with the names and their available
times, the other one is tblTutee with the names and the available times.
What I need to do is to match every tutee with one tutor. Of course, the
available times of the matched tutee should be a subset of the available
times of the tutors. So, my question is, How should I set the structure of
the tables and how can I get the matched list?

Thank you very much!

Joe
 
Top