Hello, This is the scenario. I have a table with saleperson, sale, and paid and some other columns. one saleperson may have multiple records in this table. What I want to do is to compare the paid and sale column. If any of the records for that saleperson with sale > paid then I will update a column with not paid for all the records for
that saleperson and vise versa, if any of the records for that saleperson with sale < paid column I will update a column with paid. I am just wondering if anyone has had this solution for scenario like this. Thanks in advance.
that saleperson and vise versa, if any of the records for that saleperson with sale < paid column I will update a column with paid. I am just wondering if anyone has had this solution for scenario like this. Thanks in advance.