Re: Database design help.
- From: sue gray <suegray@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 9 Nov 2008 14:19:00 -0800
I'm sorry, I'm not following you. Here's a better example of what I am asking.
11/8/08 Jane Doe, 101 main st, mytown, il comes in and a contact note is
typed on her and saved.
12/21/08 Jane Doe (now Jane Smith), 125 South St, yourtown, il comes back
and another note is typed and saved.
I need to make sure that when Jane's name & address changed the original
note stayed the same.
Thanks again for any help. Sorry I'm not following you.
"Steve" wrote:
TblClientDataNeverChanges.
ClientDataNeverChangesID
<Client Data Fields That Never Change>
TblClientAlias
ClientAliasID
ClientDataNeverChangesID
VisitDate
Note
Steve
"kids23bball" <kids23bball@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:20876805-6C5F-4B3C-ABE6-FFD6E51F6B9D@xxxxxxxxxxxxxxxx
I am trying to make a db with client notes in it. My problem is I need to
be
able to track the client name changes. For example: client comes in
today
name is john doe, a note (form completed) is done and saved, now 3 months
later client comes in and name is john smith. I need the first note to
still
be saved as john doe and not changeable and make sure john doe and john
smith
are same person, which I have done by clientid. I want to be able to see
all
notes done by john doe and john smith. Sorry if this makes no sense. I
know
what I want just having trouble explaining. Thanks for any help.
- References:
- Database design help.
- From: kids23bball
- Re: Database design help.
- From: Steve
- Database design help.
- Prev by Date: Re: Database design help.
- Next by Date: Re: Database design help.
- Previous by thread: Re: Database design help.
- Next by thread: Re: Database design help.
- Index(es):
Relevant Pages
|