G
Gabby Girl
Hello,
I'm at a total loss as to handle the following:
I have a search form that when you put in a unit nbr and component code it
brings up the parts related to that particular unit and component code (works
great).
Now what they want to do is pick/check which parts are required (from the
search form), create a new record in "tblPickTickets" and then print the Pick
Ticket with the parts they ticked off. Is this possible to do? I know I
don't want to store redundant information in different tables but I'm not
sure how to go about doing all this.
Tables are:
tblPartsList
PK-PartsListId
tblEquipmentParts
PK-EquipmentPartsId
FK-PartsListId
tblPickTickets
PK-PTId
FK-EquipmentPartsId ????
I assume I should relate this table to tblEquipmentParts (is that correct?)
Any help/suggestions would be greatly appreciated.
TIA
I'm at a total loss as to handle the following:
I have a search form that when you put in a unit nbr and component code it
brings up the parts related to that particular unit and component code (works
great).
Now what they want to do is pick/check which parts are required (from the
search form), create a new record in "tblPickTickets" and then print the Pick
Ticket with the parts they ticked off. Is this possible to do? I know I
don't want to store redundant information in different tables but I'm not
sure how to go about doing all this.
Tables are:
tblPartsList
PK-PartsListId
tblEquipmentParts
PK-EquipmentPartsId
FK-PartsListId
tblPickTickets
PK-PTId
FK-EquipmentPartsId ????
I assume I should relate this table to tblEquipmentParts (is that correct?)
Any help/suggestions would be greatly appreciated.
TIA