R
rconnell
Folks,
I have a table which has 4 columns.
ID (Primary Key) Machine Name Machine subsection Room
1 MPP1 St12 - PnP
XP03
2 MPP1 St22 - Reject
XP03
3 MPP2 St03 - Vision
XP16
4 MPP2 St07 - Splice
XP16
5 Converter System die
XP12
6 Converter Lane Die
XP12
7 Casting Line Anvil Die
XP07
I want to be able to have another table which will be populated using a form
which will allow the user to select the machine name in one field on this
form and depending on the selection it will change a list available in
another field which will allow the user to enter a machine subsection. I
want the second field to be limited to the options associated with that
machine. There is approx 30 machines and each might have up to 20 sub parts
which the user will be able to select as they wish. In the finished list
there will
be 600 Rows (30 X 20). I want the combo box to only show each entry once
and depending on this selection I want the list of the subsections of that
particular machine to appear in another combo box.
They will also be typing in to other text fields which will have problems
and
work carried out on that machine. This will be used as a handover database
from shift to shift and also for management to query as they wish.
Any ideas or help or examples.
Regards
RC
I have a table which has 4 columns.
ID (Primary Key) Machine Name Machine subsection Room
1 MPP1 St12 - PnP
XP03
2 MPP1 St22 - Reject
XP03
3 MPP2 St03 - Vision
XP16
4 MPP2 St07 - Splice
XP16
5 Converter System die
XP12
6 Converter Lane Die
XP12
7 Casting Line Anvil Die
XP07
I want to be able to have another table which will be populated using a form
which will allow the user to select the machine name in one field on this
form and depending on the selection it will change a list available in
another field which will allow the user to enter a machine subsection. I
want the second field to be limited to the options associated with that
machine. There is approx 30 machines and each might have up to 20 sub parts
which the user will be able to select as they wish. In the finished list
there will
be 600 Rows (30 X 20). I want the combo box to only show each entry once
and depending on this selection I want the list of the subsections of that
particular machine to appear in another combo box.
They will also be typing in to other text fields which will have problems
and
work carried out on that machine. This will be used as a handover database
from shift to shift and also for management to query as they wish.
Any ideas or help or examples.
Regards
RC