PC Review


Reply
Thread Tools Rate Thread

Complex Dtatbase

 
 
=?Utf-8?B?QUxvZWNoZXI=?=
Guest
Posts: n/a
 
      3rd Mar 2006
I am working to compile a very complex legal database. I want to use the case
number as the primary Key. The problem comes in that each case there are
multiple defendants and claimants. I don't know how to place more than one
piece of information in each or how I can work around this. Ultimately I want
to be able to search and organize the information by Claimant, defendant,
perpotrator, etc. Any suggestions would be helpful
 
Reply With Quote
 
 
 
 
=?Utf-8?B?U2hhcmtieXRl?=
Guest
Posts: n/a
 
      3rd Mar 2006
Try something like this:

tblCases
CaseNumber (PK)
<Other Case Related Information>

tblParticipants
ParticipantID (PK)
ParticipantLastName
ParticipantFirstName
<Other Participant Related Information>

tblParticipationType
ParticipationTypeID (PK)
ParticipationType

tblCaseParticipation
CaseNumber (FK) (PK)
ParticipantID (FK) (PK)
ParticipationTypeID (FK) (PK)

That should give you what you are looking for.

HTH

Sharkbyte




"ALoecher" wrote:

> I am working to compile a very complex legal database. I want to use the case
> number as the primary Key. The problem comes in that each case there are
> multiple defendants and claimants. I don't know how to place more than one
> piece of information in each or how I can work around this. Ultimately I want
> to be able to search and organize the information by Claimant, defendant,
> perpotrator, etc. Any suggestions would be helpful

 
Reply With Quote
 
Jeff Boyce
Guest
Posts: n/a
 
      4th Mar 2006
Are you quite certain that CaseNumber will be unique? It seems to me that
if your customers have issues heard in more than one court, each court might
use the same "number" without realizing that other courts have also...

Regards

Jeff Boyce
Microsoft Office/Access MVP

"ALoecher" <(E-Mail Removed)> wrote in message
news:3EE3B04F-C3FC-4F97-BE53-(E-Mail Removed)...
>I am working to compile a very complex legal database. I want to use the
>case
> number as the primary Key. The problem comes in that each case there are
> multiple defendants and claimants. I don't know how to place more than one
> piece of information in each or how I can work around this. Ultimately I
> want
> to be able to search and organize the information by Claimant, defendant,
> perpotrator, etc. Any suggestions would be helpful



 
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
need help..Simple, compound, complex, compound-complex examples Peggylynne Microsoft Word Document Management 1 30th May 2010 07:22 AM
complex color fill conditions- if statements or complex formula? lilly8008 Microsoft Excel Misc 1 18th Dec 2009 04:57 AM
Complex Index Match Help (or at least complex to me) Jennifer Reitman Microsoft Excel Misc 3 10th Aug 2006 08:51 PM
Using toggle buttons in a complex query (complex for me, at least) =?Utf-8?B?QmlsbHk=?= Microsoft Access Forms 4 23rd Jun 2005 02:08 AM
Help!!! how to make a complex form for input? (at least I think it is complex...) tsangwi Microsoft Access Forms 0 22nd Nov 2003 02:26 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:15 PM.