Need to populate two fields in a table from a form/combo box (access 2007)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jules1334
    New Member
    • Feb 2010
    • 1

    Need to populate two fields in a table from a form/combo box (access 2007)

    Hi. I have a table called tbl_Employee with Two fields - EmployeeName and EmployeeID

    I have a form called frm_AuthEmploye es where I need my user to pull down the EmployeeName from a combobox and store the EmployeeID and EmployeeName in tbl_Employee OR EmployeeID at the very least.

    I can accomplish storing the EmployeeID when I create a two-column combo box, but I need the user to be able to type the EmployeeName in the combo box field.

    Any help would be appreciated.

    Thanks!
  • RuralGuy
    Recognized Expert Contributor
    • Oct 2006
    • 375

    #2
    THe ComboBox wizard knows hown to accomplish what you want. Have you tried it?

    Comment

    Working...