My client has spent the last few days creating their catalog. Each product of the catalog has permutations with pricing.
Here is an example:
Photo A
5x7" = 5.00
8x10= 7.00
11x7=10.00
sheet of wallets = 10.00
They have about 250 products and all the permutations are the same, 5.00,7.00,10.00 and 10.00.
But they have just realized that each of the prices need to be changed say, 6.95,7.95,10.95,10.95.
They don't want to fix all four permutation prices for all 250, making a total of 1000 changes, so I have seen where people have updated prices with simple pricing using a query in the Access database but am curious on where the permutation prices are stored as well as what the query would look like to correct this issue.
Any ideas would be great.
Thanks,
Jason
Here is an example:
Photo A
5x7" = 5.00
8x10= 7.00
11x7=10.00
sheet of wallets = 10.00
They have about 250 products and all the permutations are the same, 5.00,7.00,10.00 and 10.00.
But they have just realized that each of the prices need to be changed say, 6.95,7.95,10.95,10.95.
They don't want to fix all four permutation prices for all 250, making a total of 1000 changes, so I have seen where people have updated prices with simple pricing using a query in the Access database but am curious on where the permutation prices are stored as well as what the query would look like to correct this issue.
Any ideas would be great.
Thanks,
Jason
Comment