Re: Clients - internal and external, how design and process?
- From: "Pat Hartman \(MVP\)" <please no email@xxxxxxx>
- Date: Tue, 28 Aug 2007 08:49:51 -0400
Gina,
Using even/odd numbers is a creative solution but inappropriate. Embedding
"hidden" information in a field is not good design practice as well as being
a violation of first normal form (all fields should be atomic). A better
solution is to create a new column that can be used to distinguish the two
different types of people. The new column is not limited to two choices,
should a third type of person be identified as the design progresses.
Pat
"Gina Whipp" <NotInterested@xxxxxxxxxxxxx> wrote in message
news:%23X3CNiQ6HHA.5212@xxxxxxxxxxxxxxxxxxxxxxx
MSCeritfied,
Here's my two cents worth... Why not create a custom autonumbering field
that no one sees but you. IF you have a way to determine which ones are
external/internal, assign the external as odd numbers and the internal as
even numbers. This you have one table to create queries from and you have
a way to uniquely identify them.
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
"mscertified" <rupert@xxxxxxxxxxxxx> wrote in message
news:97F87F14-FA94-4515-BE73-D7C591E957E4@xxxxxxxxxxxxxxxx
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.
.
- Follow-Ups:
- Re: Clients - internal and external, how design and process?
- From: Gina Whipp
- Re: Clients - internal and external, how design and process?
- References:
- Re: Clients - internal and external, how design and process?
- From: Gina Whipp
- Re: Clients - internal and external, how design and process?
- Prev by Date: Re: Clients - internal and external, how design and process?
- Next by Date: Re: Clients - internal and external, how design and process?
- Previous by thread: Re: Clients - internal and external, how design and process?
- Next by thread: Re: Clients - internal and external, how design and process?
- Index(es):
Relevant Pages
|