How to set two values equal from different recordset?
I have created a posts recordset and a comments recordset
the comments table has a post_id to link the comment to a specific post through setting it equal to the id field in the posts table
so that whenever a post loads the comment whos post_id is equal to the id of the post should load
I know that if one advanced recordset combining the two tables is created I can set the values to be eqal in the where clause but doing so causes an error in the url parameters of the page.
Plz help guys and thanks in advance.