K
karmawangdi
Guest
I have a main form that displays the employee ID and, First and Last names, and address. The subform it contains is supposed to contain items issued or to be issued to a particular employee whose ID is selected in the main form. The data on my main form and the subform change correctly when I navigate using the record navigater. However I want the employee ID to be contained in a combo box so that I can select whichever employee ID I want to issue items to. When I do that my subform data change as expected. But the employee names and address on the main form donot chage accordingly. What should I do so that when can change the employee ID from the combo I get both the subform data and the first and last names, and the address of the employee on the main form to chage, correctly reflecting the data pertaining to the employee ID selected in the combo ?
My main form is based on employees table that contains all the employee ID and Last and First name and address. My subform is based on ItemIssue table that contains the Employee ID to whom a particular item is issued, its itemID, issueID, Issue date and so on. The two tables as you know are related by the employeeID fields with one to many relation.
My main form is based on employees table that contains all the employee ID and Last and First name and address. My subform is based on ItemIssue table that contains the Employee ID to whom a particular item is issued, its itemID, issueID, Issue date and so on. The two tables as you know are related by the employeeID fields with one to many relation.