H
Hayden Kirk
Hi,
Having issues designing something in a database. I'm trying to make a
customer table. Problem is I am trying to determin if they are contacts or
busineses.
Like, I want to be able to bill individual clients as well as businesses but
If I do this there will be redundant data.
The solution I came up with was a customer table having two fields.
CustomerID and BusinessID. If the contact has one or the other read from
that table to workout what type of customer they are.
Is this the best way of doing it?
Having issues designing something in a database. I'm trying to make a
customer table. Problem is I am trying to determin if they are contacts or
busineses.
Like, I want to be able to bill individual clients as well as businesses but
If I do this there will be redundant data.
The solution I came up with was a customer table having two fields.
CustomerID and BusinessID. If the contact has one or the other read from
that table to workout what type of customer they are.
Is this the best way of doing it?