So I was originally trying to apply these options to the product page but decided it would be better/easier to try it on the product details page because now I know the exact item I want the options for. My items recordset (rsItems) is filtered by the URL ID and if I can get my options recordset (rsOptions) to filter by the ItemOptionsID in the items recordset that would be great. I tried this:
SELECT *
FROM itemoptions
WHERE ItemOptionsID = MMColParam
MMColParam has a default value of -1 and a Runtime value of $row_rsItems['ItemOptionsID'].
When I test this I get nothing for my options.