Maintenance Log

R

rconnell

Folks,

I want to create a table which has 4 columns.

ID (Primary Key) Machine Name Machine subsection Room
1 MPP1 St12 - PnP
XP03
2 MPP1 St22 - Reject
station XP03
3 MPP2 St03 - Vision
system XP16
4 MPP2 St07 - Splice
detect XP16
5 Converter System die station
XP12
6 Converter Lane Die station
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 the
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.

They will also be typing in to other fields which will have problems and
work carried out on that machine. This will be used as a handove database
from shift to shift and also for management to query as they wish.

Any ideas or help or examples.

Regards

RC
 
K

KARL DEWEY

Why not make use of the primary key by using a ComboBox?
They would scroll down and pick the one that matches their requirement.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top