Hello all
I have a DB with
1-table = FeedbackSession
2 columns- 'Certified Listeners Name' and 'Did the CL give Feedback in a Timely Manner'
I have five individuals listed in this table as Certified Listeners, I am trying to determine their average score from a second column. I cannot get SELECT DISTINCT to work in the query.
"SELECT DISTINCT [Certified Listeners Name].FeedbackSession FROM FeedbackSession WHERE [Did the CL give Feedback in a Timely Manner].FeedbackSession LIKE [Certified Listeners Name].FeedbackSession"
any ideas?
CoachPhil
I have a DB with
1-table = FeedbackSession
2 columns- 'Certified Listeners Name' and 'Did the CL give Feedback in a Timely Manner'
I have five individuals listed in this table as Certified Listeners, I am trying to determine their average score from a second column. I cannot get SELECT DISTINCT to work in the query.
"SELECT DISTINCT [Certified Listeners Name].FeedbackSession FROM FeedbackSession WHERE [Did the CL give Feedback in a Timely Manner].FeedbackSession LIKE [Certified Listeners Name].FeedbackSession"
any ideas?
CoachPhil