Table: Employees has a field employee and a field EmployeeID. Table: Daily Time also has a field EmployeeID. My daily time form has a combobox that populates employee name from the Employees table. I have an EmployeeID field on the form as well and I would like for it to enter the employees ID automatically when the employee is chosen from the combo mentioned earlier. I thought this is done automatically as long as a relationship exist between the two tables.
I currently have a one-to-many relationship from Employees,EmployeeID to Daily Time,EmployeeID with a join type of only include rows where the joined fields from both tables are equal. I've tried other join types to see if it would fix the issue and it didn't.
I currently have a one-to-many relationship from Employees,EmployeeID to Daily Time,EmployeeID with a join type of only include rows where the joined fields from both tables are equal. I've tried other join types to see if it would fix the issue and it didn't.