I have created a form based off a table. My table holds a numeric value for the salesperson, so we have tableSales which ahs the numeric value and atbleSalesPerson who has the numeric value and the name.
For doing data entry, I would like the user to be able to select the Sales Person Name from a combo box and it save the numeric value in tableSales
How do this?