C
Cal
I'm working on a service call database that is dependent
on tracking profit, loss and all activity by each machine
model and serial number.
We have to keep track of the following:
Which piece of equipment is tied to which customer location
Which technicians worked on the equipment
Which workorders are tied to the equipment
I'm trying to determine the relationships my table should
have to an equipment table. Does it have to be related to
the Technician table?
Right now, it's related by CustomerID in the Customer
Table, and by a ternary relationship table including
CustomerID, Manufacturer, Model, SN, Labor ID, PartID and
InvoiceID. I'm guessing I have way too many relationships
there that don't serve a purpose.
I guess what I'm asking is how can I reference a Mfg,
Model and S/N and pull up every documentation regarding it?
I'm thinking too much
Time for bed.
on tracking profit, loss and all activity by each machine
model and serial number.
We have to keep track of the following:
Which piece of equipment is tied to which customer location
Which technicians worked on the equipment
Which workorders are tied to the equipment
I'm trying to determine the relationships my table should
have to an equipment table. Does it have to be related to
the Technician table?
Right now, it's related by CustomerID in the Customer
Table, and by a ternary relationship table including
CustomerID, Manufacturer, Model, SN, Labor ID, PartID and
InvoiceID. I'm guessing I have way too many relationships
there that don't serve a purpose.
I guess what I'm asking is how can I reference a Mfg,
Model and S/N and pull up every documentation regarding it?
I'm thinking too much
![Frown :( :(](/styles/default/custom/smilies/frown.gif)