Group Pricing Problem
I am trying to create a query that will find all the records where the mark-up field is different than the rest per item. For example:
Item# Customer Mark-Up lineitemID
1-----------1---------1-------1
2-----------1---------1-------2
2-----------2---------2-------3
2-----------3---------1-------4
3-----------1---------3-------5
3-----------2---------3-------6
3-----------3---------3-------7
I would like for the query to return
Item# Customer Mark-Up lineitemID
2------------1---------1--------2
2------------2---------2--------3
2------------3---------1--------4
I am trying to manually edit the mark ups so all customers match for a specific item.
Thank you very much in advance for any help.
This is one of my first posts so please correct me if I have made any errors or omitted any needed information.
I am trying to create a query that will find all the records where the mark-up field is different than the rest per item. For example:
Item# Customer Mark-Up lineitemID
1-----------1---------1-------1
2-----------1---------1-------2
2-----------2---------2-------3
2-----------3---------1-------4
3-----------1---------3-------5
3-----------2---------3-------6
3-----------3---------3-------7
I would like for the query to return
Item# Customer Mark-Up lineitemID
2------------1---------1--------2
2------------2---------2--------3
2------------3---------1--------4
I am trying to manually edit the mark ups so all customers match for a specific item.
Thank you very much in advance for any help.
This is one of my first posts so please correct me if I have made any errors or omitted any needed information.
Last edited: