I have an employee table that lists, among other things, Full_Name and Department. I have a form that is being used to populate another table(Daily_Sheet), that will allow you to type in a full_name and it will pull from the employee table to prevent mis-spellings. That is done and that was the easy part. I need a way that when an employee name is typed in on the form, it will also populate a field on the form with the employees department from the employee table. There are very few threads concerning this and most of the ones that I have read are very vague.
Any help will be appreciated.
Any help will be appreciated.