I am pretty sure all of my CR writing will have one common thing. I have to 'butterfly' my tables.
Customer Cus_Type RepName CoName Address
'I' for Individuals
'C' for Companies
So I will have to pull information from the same table where Customer 'I' will be Representative for the Customer 'C' who is Company. They will have Address(if'C') and Names(if'I') etc.
So how am I suppose to deal with this? Please, advise.
Customer Cus_Type RepName CoName Address
'I' for Individuals
'C' for Companies
So I will have to pull information from the same table where Customer 'I' will be Representative for the Customer 'C' who is Company. They will have Address(if'C') and Names(if'I') etc.
So how am I suppose to deal with this? Please, advise.