S
Seth
I am trying to create relationships between tables to do the following but
Access dose not create the type of relationship I require. I need to get my
table design correct so that Access knows what sort of relationship should be
created.
I’ve spent hours trying to work this out so any suggestions will be
appreciated.
Each test report can relate to many standards
Each standard can have many issue dates
Each issue date can have many amendments
For each test report I will need to record the standard name, the issue date
and the amendment number.
Example of a standard name: IEC60335-1:2004 A1 (Standard name : Issue date :
Amendment)
So , when the user is completing the form they will select a standard, then
select an issue date, and finally select an amendment number. A test report
will not necessarily be to the latest issue of the standard.
Following is my current table structure:
tblTestRprts
fldTestRprtID
(+ other fields)
tblTestRprtStds
fldTestRprtStdID
fldTestRprtStdRefNum
fldStdDate
fldStdAmd
tblStdRefNum
fldStdRefNumID
fldStdRefNum
fldStdTitle
fldStdType
fldStdDate
tblStdDates
fldStdDateID
fldStdDate
fldStdDateAmd
tblStdAmds
fldStdAmdID
fldAmdNum
fldStdAmdDate
Thanks for any help,
Seth
Access dose not create the type of relationship I require. I need to get my
table design correct so that Access knows what sort of relationship should be
created.
I’ve spent hours trying to work this out so any suggestions will be
appreciated.
Each test report can relate to many standards
Each standard can have many issue dates
Each issue date can have many amendments
For each test report I will need to record the standard name, the issue date
and the amendment number.
Example of a standard name: IEC60335-1:2004 A1 (Standard name : Issue date :
Amendment)
So , when the user is completing the form they will select a standard, then
select an issue date, and finally select an amendment number. A test report
will not necessarily be to the latest issue of the standard.
Following is my current table structure:
tblTestRprts
fldTestRprtID
(+ other fields)
tblTestRprtStds
fldTestRprtStdID
fldTestRprtStdRefNum
fldStdDate
fldStdAmd
tblStdRefNum
fldStdRefNumID
fldStdRefNum
fldStdTitle
fldStdType
fldStdDate
tblStdDates
fldStdDateID
fldStdDate
fldStdDateAmd
tblStdAmds
fldStdAmdID
fldAmdNum
fldStdAmdDate
Thanks for any help,
Seth