I have frmEmployees that has a text box (txtAreaSelect). I am trying to pull the AreaNickname field records from tblAreas whose EmpID matches the hidden EmpID textbox on the frmEmployees.
I am having a brainfart. I am having trouble getting this to happen. There could be multiple AreaNicknames for each EmpID. I want all the nicknames to populate the txtAreaSelect textbox as a list.
Thank you for any help.
Walker