I have a combo box that is listing all my Account Executives (being pulled for AcctExec table) but it is populating the entry in a Sales table. In the sales table I only reference the Account Executive by their code number (PK in the AcctExec table and FK in the Sales table). I would like for the combo box to show the full name of the Account Executive but populated the related Sales table with just the Account Executive ID -- is this possible?