C
Chris
I am helping the owner of a table who inherited a database that needs to be
re-disigned in the future. For now, she has a form where the user selects the
employee name from a drop-down list. (The values are from a separate table.)
When the name is displayed, a separate field displays the associated
employee number (dlookup is used to display the number). The employee name is
saved to a table but they also want to save the employee number. (I know this
isn't good database design, but it isn't my db.) What is the best way to
save the emp number that is populated using the dlookup?
re-disigned in the future. For now, she has a form where the user selects the
employee name from a drop-down list. (The values are from a separate table.)
When the name is displayed, a separate field displays the associated
employee number (dlookup is used to display the number). The employee name is
saved to a table but they also want to save the employee number. (I know this
isn't good database design, but it isn't my db.) What is the best way to
save the emp number that is populated using the dlookup?