What I am trying to achieve is a count of records in a recordset where the topic subject contains the current member's name and none of the topic replies have been posted by the current member.
So far I can get a count of only the topics that have the member's name in with the following sql statement
I assume I need to traverse two tables within my sql statement, some how? Any ideas? Am I going about it the wrong way?
This is for a small mod I am trying to create which will allow a member to see if someone has posted an FAO to them in the private message row by a small counter in the private messages area.
I have managed to get it to count the right topics, BUT only the ones which the MEMBER has repied to. I cannot get my head round how to get what I require! I guess I'll have to resort just displaying the count of topic since the members last visit, similar to active topics, unless any one can help?