I have a table that contains columns SalesRep, customer, vendor, tranmonth, totalsale. I need to insert a month that does not exist under the SalesRep,customer,vendor. which I will place a totalsale value of 0. Tomake it clear Basically, I want to insert the month with the totalsale value 0 that the Salesperson have not sold to this customer under this vendor.
Thanks
Thanks