I returned the control source to the correct field in the Process_Sheet table
I changed the after update event in the Operation_ID to:
Me.Operation_Number = Me.Operation_ID.Column(1)
The row source for the Operation_ID is:
SELECT OperationsT.Operation_Description, OperationsT.Operation_Numbers FROM OperationsT;
Should I still have a save button on the sub form?