G
Guest
I have two forms with two different list boxes. frm_MachineSearch and
frm_DrawingNum.
In my form frm_MachineSearch I have a list box with the following fields in
it, MachineNum(Primary Key) and Description.
In my form frm_DrawingNum I have the following fields in it,
DrawingNum(Primary Key) and MachineNum(Foreign Key).
When I double click one of the Records in the list box from
frm_MachineSearch I want the form frm_DrawingNum to open and in the list box
only show the DrawingNum records that match the MachineNum double clicked in
the frm_MachineSearch form.
I really don't know if it is even possible to code this some how, I tried a
few things but they didn't work. If you could follow what I am trying to do
and know of a way to do it please help.
Thanks.
frm_DrawingNum.
In my form frm_MachineSearch I have a list box with the following fields in
it, MachineNum(Primary Key) and Description.
In my form frm_DrawingNum I have the following fields in it,
DrawingNum(Primary Key) and MachineNum(Foreign Key).
When I double click one of the Records in the list box from
frm_MachineSearch I want the form frm_DrawingNum to open and in the list box
only show the DrawingNum records that match the MachineNum double clicked in
the frm_MachineSearch form.
I really don't know if it is even possible to code this some how, I tried a
few things but they didn't work. If you could follow what I am trying to do
and know of a way to do it please help.
Thanks.