Hi all,
I'm trying to do a weird query here, I have 2 table, on containing a Student ID from high scool with is name and the day he is gonna be free to visit, which is only one day per person,table look like NoES, Lastname, Firstname and Day. On the other table, I have a Student ID from a College student, table look like NoER, Lastname, Firstname, Day, Hour. If the same person can be free more than one day, there will be a number of line equal the number of day he can be there for a week.I want to match on the same day, all the high school student with a different College Student, there will be more college student than high school one. Right now Im getting for each name, all the College free on the day I chose.
Any help will be helpful
Thanks in advance
Regards,
Haerion
I'm trying to do a weird query here, I have 2 table, on containing a Student ID from high scool with is name and the day he is gonna be free to visit, which is only one day per person,table look like NoES, Lastname, Firstname and Day. On the other table, I have a Student ID from a College student, table look like NoER, Lastname, Firstname, Day, Hour. If the same person can be free more than one day, there will be a number of line equal the number of day he can be there for a week.I want to match on the same day, all the high school student with a different College Student, there will be more college student than high school one. Right now Im getting for each name, all the College free on the day I chose.
Any help will be helpful
Thanks in advance
Regards,
Haerion