G
Guest
My application must cater for internal and external clients. Internal clients
are employees who are maintained in an existing table which is updated by
importing from another database (which I have no control over). External
clients are people outside the company. The information to be kept will be
partly the same (name/address/phone no) but partly unique for internal or
external clients.
However, I will need treat these two types of client as a single entity in
many queries and forms. What is the best way to set this up? I'm leaning
toward keeping the data in two separate tables but having a query that draws
both together. However, this query will not have any common column to
uniquely identify the client and I can see that being a problem.
are employees who are maintained in an existing table which is updated by
importing from another database (which I have no control over). External
clients are people outside the company. The information to be kept will be
partly the same (name/address/phone no) but partly unique for internal or
external clients.
However, I will need treat these two types of client as a single entity in
many queries and forms. What is the best way to set this up? I'm leaning
toward keeping the data in two separate tables but having a query that draws
both together. However, this query will not have any common column to
uniquely identify the client and I can see that being a problem.