thanks for getting back to me.
On the cart page, I created a link to the edit page that passes the prodID parameter. What Im thinking now is that, on the update page, I list the product that was ordered (which is info from the products table in the database) AND also the "options" (the text, location, comments stuff from the orderdetails table). Would i need to pass an ID parameter for the orderdetails as well?
Maybe it would help if I uploaded the cart and edit page?