Hi everyone, I have 3 tables 1. Users (UserID,UserName) 2. Threads (ThreadID, UserID, ThreadTitel, Date) 3. Posts (PostID, UserID, PostTitel, Date) I want 1 table for use in (GridView) with the users and the # Threads and # Posts for that User Like this: UserName #Threads #Posts Peter 2 7 John 2 0 Ellen...