M
msmuzila
I have 3 forms
frmPart_Procedures
frmParts
frmProcedure (subform of frmParts)
On the frmPart_Procedures I have two list boxes (List2 and List4),
List2 shows all the Part_ID and List4 shows the Procedure_ID for the
Part_ID selected in the List2.
Objective: When I double click a Procedure_ID in List4, I want it to
open the frmParts (which has frmProcedure as a subform) and find the
record associated with the selections in the listboxes from
frmPart_Procedures. frmParts would find the Part_ID selected in List2
and frmProcedure would find the Procedure_ID selected in List4.
I have searched high and low for an answer to the problem and have not
come across one.
Any help will be most appreciated
frmPart_Procedures
frmParts
frmProcedure (subform of frmParts)
On the frmPart_Procedures I have two list boxes (List2 and List4),
List2 shows all the Part_ID and List4 shows the Procedure_ID for the
Part_ID selected in the List2.
Objective: When I double click a Procedure_ID in List4, I want it to
open the frmParts (which has frmProcedure as a subform) and find the
record associated with the selections in the listboxes from
frmPart_Procedures. frmParts would find the Part_ID selected in List2
and frmProcedure would find the Procedure_ID selected in List4.
I have searched high and low for an answer to the problem and have not
come across one.
Any help will be most appreciated