I have two tables OperatorMaster and MachineProduction which have a one to many relationship. The tables have the following fields:
OperatorMaster MachineProduction
OperatorNo OperatorNo
OperatorName ......
.....
When the operator enters a new OperatorNo on the entry screen for MachineProduction, I would like to inform the user and allow them to bring up an entry screen where they would enter the new OperatorNo and OperatorName into the OperatorMaster table then select it from the list.
I used the example in the InventoryControl database which come with Access; to no avail.
Any help would be greatly appeaciated.
OperatorMaster MachineProduction
OperatorNo OperatorNo
OperatorName ......
.....
When the operator enters a new OperatorNo on the entry screen for MachineProduction, I would like to inform the user and allow them to bring up an entry screen where they would enter the new OperatorNo and OperatorName into the OperatorMaster table then select it from the list.
I used the example in the InventoryControl database which come with Access; to no avail.
Any help would be greatly appeaciated.