B
bbened4
Guest
Hi, this seems so easy, but I haven't been able to figure it out. I am building a simple database. There is one main table (tblCallInfo) which includes account manager name, account manager ID, and Team Leader. I also have another table which includes the account manager name, account manager ID, and Team Leader (tblCSBRoster). Tbl CSBRoster is the lookup table. This is where I would update the account manager names is they got married, etc. The form includes the account manager name, account manager ID, and Team Leader. I want the user to be able to select the account manager name from a combo box and have the other two fields auto populate from tblCSBRoster. Please help!!!!