kate10123
08-27-2008, 12:27 AM
Hi there,
I have two tables, tbl_tutorial and tbl_tutor. I am looking to find which tutor has given the most tutorials so I know these two tables will need to be in the query design.
I want the output to be something like Jane Smith. So for the tutor with the most tutorials to be the output the query so I can use this in a textbox.
Is such possible?
The unique count of how many tutorials comes from the unique key TutorialNo.
I have two tables, tbl_tutorial and tbl_tutor. I am looking to find which tutor has given the most tutorials so I know these two tables will need to be in the query design.
I want the output to be something like Jane Smith. So for the tutor with the most tutorials to be the output the query so I can use this in a textbox.
Is such possible?
The unique count of how many tutorials comes from the unique key TutorialNo.