edit the recordset, use advanced view and edit the colname variable, set the run time variable to use the URL variable, for example if the URL Variable name is productID:
product_details.php?productID=4
then the run time value for the colname variable should be:
$_GRT['productID']