C
CAL
I'm trying to create a form for a service call database
where the operator can enter a customer, create a
workorder, and specify which equipment (that the customer
owns) will be repaired on the WO.
Since Equipment ID is a primary key on Equipment, and a
foreign key on Workorder, I cannot create a new workorder
without equipment being present. The problem with this is
that Equipment is a one to many with Workorders.
Do I need to reverse the process so equipment is added to
a location before a workorder is generated?
Then just search present equipment and have a subform for
new workorders?
where the operator can enter a customer, create a
workorder, and specify which equipment (that the customer
owns) will be repaired on the WO.
Since Equipment ID is a primary key on Equipment, and a
foreign key on Workorder, I cannot create a new workorder
without equipment being present. The problem with this is
that Equipment is a one to many with Workorders.
Do I need to reverse the process so equipment is added to
a location before a workorder is generated?
Then just search present equipment and have a subform for
new workorders?