Gregory writes "I've searched your site for a question that I have. I found a response which didn't answer the specific question I had. Here it is:I have a database of two tables and I'm attempting to generatea summary of activities for each Member.Here are the simple structures of my tables== Member table ================MemberID Member Name1 Gregory2 David3 John== Activities table =============ActivityID MemberID Activity Type1 1 call2 1 call3 2 call4 1 fax5 2 fax
The queries that I'm generating are not working to generate a summary recordset that looks like this:Name countofCalls CountofFaxesGregory 2 1David 1 1John 0 0
I've been working with SQL for a year and I've drawna blank. Any suggestions?----------------Gregory WexlersqlGuy@clubtel.com"