Updating Discount Info for all items.

My company used to use the quantity discount table to give customers a 'case quantity discount'. The problem is that it is impossible to update this pricing information for a group of items at once. Each time prices change, each item must be updated manually. Therefore, I have decided to do away with the case discounts entirely. So now I am faced with the daunting task of going through item by item and selecting 'There is no discount theme for this item' for each and every one.

I am fairly certain it is possible to set this option for all items at once using a query but I have no idea how to do this. Can anyone tell me how or point me in the right direction?

Reply to
Jesse
Loading thread data ...

ALWAYS back up your database before running any update/insert/delete query!

UPDATE [ITEM] SET QuantityDiscountID = 0 WHERE QuantityDiscountID 0

That should work, but you may also want to look around for Add-ins that allow you to manage discounts more easily - check with your reseller for more information.

Reply to
Glenn Adams [MVP - Retail Mgmt]

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.