D
Dreamstar_1961
trying to work out how to do this, designing a database, what I have is a
database, were you have a customer, and you have a design number, plus a
design link, the problem is that this design number might have other design
numbers attached to it, as well as links, there is also a chance there is
update numbers and links as well, I think I need a table that will have these
numbers and another with the update numbers and links in it and link them to
the customers, I could do it in one table but there is no idea how many may
be attached to the customer, any ideas on how to work it, example below
OrderNo - Customer - DesignTitle - DesignNo - DesignLink - DesignNo -
DesignLink -UpdateNo - UpdateLink - UpdateNo - UpdateLink - UpdateNo -
UpdateLink
The links are to cad files on the server,
I think I need something like this but not sure how to do it-
(Table 1) OrderNo - Customer - DesignTitle
(Table 2) OrderNo - DesignNo - DesignLink
(Table 3) OrderNo - UpdateNo - UpdateLink
Any Ideas on how this would work
database, were you have a customer, and you have a design number, plus a
design link, the problem is that this design number might have other design
numbers attached to it, as well as links, there is also a chance there is
update numbers and links as well, I think I need a table that will have these
numbers and another with the update numbers and links in it and link them to
the customers, I could do it in one table but there is no idea how many may
be attached to the customer, any ideas on how to work it, example below
OrderNo - Customer - DesignTitle - DesignNo - DesignLink - DesignNo -
DesignLink -UpdateNo - UpdateLink - UpdateNo - UpdateLink - UpdateNo -
UpdateLink
The links are to cad files on the server,
I think I need something like this but not sure how to do it-
(Table 1) OrderNo - Customer - DesignTitle
(Table 2) OrderNo - DesignNo - DesignLink
(Table 3) OrderNo - UpdateNo - UpdateLink
Any Ideas on how this would work