This is the problem that I am having. I have a way for people to post request:
Request
RequestKey
Request
Review (a value of 1 for yes 0 for no)
Then I have a way for people to review the Request and comment
Comment
CommantKey
UserKey
RequestKey
Comment
What I can't seem to figure out is how to view the reviews that have not been commented.
So if I am a user I do not want to see the request that I have commented on. So if my userkey and the RequestKey exist in the table "Comment" do not show equal record from the "Request" Table.
I hope I explaied it well enough.
Thanks
J