It is for building up containers -- i have these tables:
tblProject
ProjectID
somedata1
somedata2
...
tblConteiner
ConteinerID
somedata1
somedata2
...
tblRoof
tblBottom
tblWatter
tblElectric
.....all these last 4 tables are part of every container or they can be made as spare parts saparatly
How should work:
*- there can be NO (- but there can be spare parts), 1 or many containers per project
- each container is made from all parts: tblRoof, tblBottom, tblWatter, tblElectric....(all 1x)
or
*- there is project with no containers: just spare parts - tblRoof, tblBottom, tblWatter, tblElectric....(at least one at a time or all) --
And here is the problem --- how to put this together to work as:
project<->conteiner (one or many)<->spare parts OR just
project <-> spare parts
In a form i am planing to link it something like this:
main form: project -- all others (container spare parts) in subform -
it should link then somehow with Project and somehow with container ?
(maybe i need somekind of junction table, but just don't know how, where, how to link it)
I have llost many hours with this (internet search, bruteforce ...) but just can't find the solution for this problem to work.
thanks for any of your help you can give
best to all,
tblProject
ProjectID
somedata1
somedata2
...
tblConteiner
ConteinerID
somedata1
somedata2
...
tblRoof
tblBottom
tblWatter
tblElectric
.....all these last 4 tables are part of every container or they can be made as spare parts saparatly
How should work:
*- there can be NO (- but there can be spare parts), 1 or many containers per project
- each container is made from all parts: tblRoof, tblBottom, tblWatter, tblElectric....(all 1x)
or
*- there is project with no containers: just spare parts - tblRoof, tblBottom, tblWatter, tblElectric....(at least one at a time or all) --
And here is the problem --- how to put this together to work as:
project<->conteiner (one or many)<->spare parts OR just
project <-> spare parts
In a form i am planing to link it something like this:
main form: project -- all others (container spare parts) in subform -
it should link then somehow with Project and somehow with container ?
(maybe i need somekind of junction table, but just don't know how, where, how to link it)
I have llost many hours with this (internet search, bruteforce ...) but just can't find the solution for this problem to work.
thanks for any of your help you can give
best to all,