Hey All,
I'm hoping this won't be too difficult, but I'll see how it goes. This database will be a list of drawing numbers. Now each drawing number can have many other drawing numbers linked to it. Basically a drawing number has many other items of stock within a drawing, which also have their own drawing numbers.
So I'm thinking I need a table that almost links back on itself.
When I began to design this I thought that a simple relationship structure would be fine with...
But some of the compilations need to link to other compilations, so this doesn't work.
I was recommended to try the following...
But I couldn't get this working either, as the queries wouldn't extract any data.
If anyone could think of anything that would make this possible please help
Cheers
Vicky
I'm hoping this won't be too difficult, but I'll see how it goes. This database will be a list of drawing numbers. Now each drawing number can have many other drawing numbers linked to it. Basically a drawing number has many other items of stock within a drawing, which also have their own drawing numbers.
So I'm thinking I need a table that almost links back on itself.
When I began to design this I thought that a simple relationship structure would be fine with...
Code:
TblCompilations ---< TblCLS/CPS >--- TblComponents
But some of the compilations need to link to other compilations, so this doesn't work.
I was recommended to try the following...
Code:
-TblComponents- -TblLink-
ComponentID -----< ComponentID
" -----< ComponentID2
If anyone could think of anything that would make this possible please help
Cheers
Vicky