HI all
I cant find the command to enter in the db query to move a product to a different category.
I remember it here somewhere in this forum but I cant find it.
Thanks
HI all
I cant find the command to enter in the db query to move a product to a different category.
I remember it here somewhere in this forum but I cant find it.
Thanks
Wouldnt you just update the ProductCategory table?
i.e. UPDATE ProductCategory SET CategoryID = # WHERE ProductID = #
Obviously change # to be the correct number for categoryID as well as ProductID
Chris Martz
United Art & Education
Awesome! Thanks for your response. It worked great
ANd sorry about the delay in getting back to you.