these are the tables ans fields I have set up so far
this is a database for a PD Legal Dept
CaseNo (this is number is issued to each case from the PD, it is unique)00-000000 format text
CourtDocNO ( additional number identify with caseno)
DateReceived (date)
TimeReceived (time need separate from date)
TypeOfProcess (text)
NatureOfDoc (text)
SourceOfDoc (text)
AssignedOff_FirstName (text)
AssignedOff_LastName (text)
DateAssigned (date)
DateProofServiceDue (date)
DateProofServiceReturned (date)
PlaintiffFirstName (name of the plaintiff in this case)
PlaintiffLastName
DefendFirstName (defendant in this case)
DefendLastName
*there may be multipal plaintiffs and defendants in any one case
So I separated these into groups for Tables
But I need identifiers in the group of Assignments
AssignID maybe and autonumber and PK ?
but do I need to add CaseNo as in the first table/group?
and tblPersons for name of the third table
PersonID as PK and autonumber?
but do I need CaseNo added from the first table/group?
I am not a professional programmer and do not use "database" terminology
just want to create a normalized database but am confused
I have read many posts, tutorials, and books but when it comes down to actually applying the knowledge I draw a blank
Hope you can help and if possible, a step by step instruction
this is a database for a PD Legal Dept
CaseNo (this is number is issued to each case from the PD, it is unique)00-000000 format text
CourtDocNO ( additional number identify with caseno)
DateReceived (date)
TimeReceived (time need separate from date)
TypeOfProcess (text)
NatureOfDoc (text)
SourceOfDoc (text)
AssignedOff_FirstName (text)
AssignedOff_LastName (text)
DateAssigned (date)
DateProofServiceDue (date)
DateProofServiceReturned (date)
PlaintiffFirstName (name of the plaintiff in this case)
PlaintiffLastName
DefendFirstName (defendant in this case)
DefendLastName
*there may be multipal plaintiffs and defendants in any one case
So I separated these into groups for Tables
But I need identifiers in the group of Assignments
AssignID maybe and autonumber and PK ?
but do I need to add CaseNo as in the first table/group?
and tblPersons for name of the third table
PersonID as PK and autonumber?
but do I need CaseNo added from the first table/group?
I am not a professional programmer and do not use "database" terminology
just want to create a normalized database but am confused
I have read many posts, tutorials, and books but when it comes down to actually applying the knowledge I draw a blank
Hope you can help and if possible, a step by step instruction