1-DB named FeedbackSession
1- column named CertifiedListener
If I want to call all of the records from a specific 'Certified Listener', that should be an easy call in SQL, right?
Hi Coach, and welcome to the forums.
A couple of things before an answer can come:
1. The name of your DB is not significant to answering your question.
2. The name of the table you are getting data from is quite significant. I cannot assume that you meant to say your table was named "FeedbackSession", since you go on to say it's not working.
3. You spell "Certified Listener" two different ways. Perhaps that can be causing you problems.
4. What do you mean, "call"? Do you want to display your data in a form, on a report, in a query window, in Excel?
5. What do you mean, a "no go"? That doesn't describe anything to us that will enable us to help you. What specific error did you receive and where did you receive it/how did it manifest itself?
Did you go into the visual query design tool? Did you select your table from the pop-up? Your field from the table? etc. Did you select group by?
You're right, this should be quite easy. I just want to make sure you're using the right tool to get the result you want. In my opinion, the query design tool is the right tool, for now.