PC Review


Reply
Thread Tools Rate Thread

Re: Table Organization

 
 
Tim Ferguson
Guest
Posts: n/a
 
      25th Sep 2003
"Stephanie" <(E-Mail Removed)> wrote in
news:1d9601c382c2$ff547fe0$(E-Mail Removed):

> Is there an easier way to organize my table
> or query to achieve the same result?
>


Yes: you have a simple many-to-many relationship, so that is what you
should be building. You need a new table called IsReferredToIn (or
RefersTo, if you prefer) that looks like this:

*DocumentNum *PersonID RefType
============ ========= -------
1029 398 Plntff
1029 449 Rspndt
1029 23 Author
1029 77 Author


and so on. Note that you can have multiple authors, plaintiffs etc if
required; and it becomes very simple to query for docs that refer to
particular person, or for specific attorneys, and so on and so on. This
will work much better than the current un-normalised approach.

Hope that helps


Tim F

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Organization Table for video game. =?Utf-8?B?RGFyY29z?= Microsoft Excel Misc 0 1st Nov 2007 12:19 AM
Converting an Access table to a Visio organization chart =?Utf-8?B?UGV0ZXIgVGFkbW9y?= Microsoft Access 2 22nd Nov 2005 10:45 AM
Pivot Table organization =?Utf-8?B?Sg==?= Microsoft Excel New Users 1 13th Nov 2005 03:25 AM
table organization? steve Microsoft Access Database Table Design 1 10th Mar 2004 03:21 AM
organization table =?Utf-8?B?dGVk?= Microsoft Windows 2000 1 26th Oct 2003 08:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:28 AM.