Hello all
I have a tblEmployees (ID, EmpName), tblLeaveType (ID, LeaveName), tblEmpLeave (EmpID, LeaveID, StartDate, Dur)
I have a split form for entering data on the tblEmpLeave (combobox EmpID + EmpName, combobox LeaveID + LeaveName, StartDate, Dur)
I want to add a subform where all the leaves for a given employee will be displayed as soon as the user chooses one from thte first combobox.
I'm guessing I'll need to use the subform.requery somewhere?
Many thanks
I have a tblEmployees (ID, EmpName), tblLeaveType (ID, LeaveName), tblEmpLeave (EmpID, LeaveID, StartDate, Dur)
I have a split form for entering data on the tblEmpLeave (combobox EmpID + EmpName, combobox LeaveID + LeaveName, StartDate, Dur)
I want to add a subform where all the leaves for a given employee will be displayed as soon as the user chooses one from thte first combobox.
I'm guessing I'll need to use the subform.requery somewhere?
Many thanks