I have a form with a subform that pulls all data from tblEmployees. I want to take tblEmployees.Supervisor and pull tbl.Departments.Department where tblEmployees.Supervisor=tbl.Departments.Supervisor yet I cannot figure out a way to make this happen when I load the form. At least I would like when Me.SupervisorName (a combo box with distinct supervisor names) is changed.
any ideas?
any ideas?