R
Rpettis31
I have an after event that prefills a text box with a factory number that is
on a purchase order (comes from the purchase order table). However, instead
of the factory number I would like to display the factory name instead of the
factory number. The factory numbers-names will be on a seperate table
tblFactories.
the field currently is set in code below.
Me.txtPlanningCell=Me.cboPurchaseOrder.column(8)
on a purchase order (comes from the purchase order table). However, instead
of the factory number I would like to display the factory name instead of the
factory number. The factory numbers-names will be on a seperate table
tblFactories.
the field currently is set in code below.
Me.txtPlanningCell=Me.cboPurchaseOrder.column(8)