ray_charles
Registered User.
- Local time
- Today, 20:53
- Joined
- Aug 5, 2002
- Messages
- 18
Hello: I'm really singing the blues on this question . . . .
I want to store a employee ID on a orders table, but, I don't want to display the Employee ID in a Combo Box, (the auto
number for employee is meaningless to the user), but rather
the employee name. I don't however want to store the
employee name (used in the combo box) in the Orders
DB Table, but, rather just the EmployeeID. That way if the
spelling of the name changes for any reason, the correction
will only be in the Employee table, and NOT the Orders table.
Hence my question: If I only have the Employee ID in the
Orders table, how then can I use a combo box to display
a list of employee names, then display the chosen name,
and at the same time store the Employee ID in the Orders
table? ? ? ?
Hummmm . . . am I going about this the correct way ? ? ? ?
Thank you all . . . . Ray . . . .
I want to store a employee ID on a orders table, but, I don't want to display the Employee ID in a Combo Box, (the auto
number for employee is meaningless to the user), but rather
the employee name. I don't however want to store the
employee name (used in the combo box) in the Orders
DB Table, but, rather just the EmployeeID. That way if the
spelling of the name changes for any reason, the correction
will only be in the Employee table, and NOT the Orders table.
Hence my question: If I only have the Employee ID in the
Orders table, how then can I use a combo box to display
a list of employee names, then display the chosen name,
and at the same time store the Employee ID in the Orders
table? ? ? ?
Hummmm . . . am I going about this the correct way ? ? ? ?
Thank you all . . . . Ray . . . .