tables

T

Tiffany Grace

Can different tables have the same information for example can a client's bname appear in all tables would I make this a primary key. Could I also have a field for responsible lawyer in each table?

thanks for any help.
 
L

Les

Hi Tiffany,
It's best not to have data repeated in tables. (In most
instances). You would probably want a table of
responsible lawyers and another table of clients. Then,
you can link to these tables. This is also easier in case
a client changes lawyer. (Assuming this can happen).
Hope this helps.
-----Original Message-----
Can different tables have the same information for
example can a client's bname appear in all tables would I
make this a primary key. Could I also have a field for
responsible lawyer in each table?
 
B

Brendan Reynolds

You may find the article "Where to find information about designing a
database in Microsoft Access" at the following URL useful ...

http://support.microsoft.com/default.aspx?scid=kb;EN-US;289533

--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.


Tiffany Grace said:
It is very rare that a client would change lawyers. In my table of
responsible lawyers would I also have the client names and that is what
links the tables?
 
Top