S
scubadiver
A lady at work has asked me to comment on a database she has designed for
hold court case information. Like all newbies there is very little
normalisation going on!
I have set up the tables and tried to enter some info but it says the
details subform is not updateable. Here are my tables:
tble_CaseType
CaseTypeID
Casetype (PK)
tble_Casedetail
CasetypeID (FK)
CourtID (FK)
CaseID (PK)
Name
Date
AppNum
Casetype
Appeal
Issues
CourtDec
FinalDec
BoxNumber
tble_Court
CourtID (PK)
CourtName
tble_Ref
RefID (PK)
RefName
tble_CaseRef
CaseID (FK)
RefID (FK)
tble_judge
JudgeID (PK)
Title
Initial
Surname
tble_JudgeCase
JudgeID (FK)
CaseID (FK)
Cheers
hold court case information. Like all newbies there is very little
normalisation going on!
I have set up the tables and tried to enter some info but it says the
details subform is not updateable. Here are my tables:
tble_CaseType
CaseTypeID
Casetype (PK)
tble_Casedetail
CasetypeID (FK)
CourtID (FK)
CaseID (PK)
Name
Date
AppNum
Casetype
Appeal
Issues
CourtDec
FinalDec
BoxNumber
tble_Court
CourtID (PK)
CourtName
tble_Ref
RefID (PK)
RefName
tble_CaseRef
CaseID (FK)
RefID (FK)
tble_judge
JudgeID (PK)
Title
Initial
Surname
tble_JudgeCase
JudgeID (FK)
CaseID (FK)
Cheers