I have two list boxes
Department listbox and Unit listbox
I want whenever I choose a department from the listbox all the units under that department to appear in the unit listbox. whenever the department value changes only the units under that department appear in the other listbox.
I tried having a query but I couldn't know how to specify the criteria (how to get the value from the form itself ==> dept_no= dept_no).
How can I do it?
Department listbox and Unit listbox
I want whenever I choose a department from the listbox all the units under that department to appear in the unit listbox. whenever the department value changes only the units under that department appear in the other listbox.
I tried having a query but I couldn't know how to specify the criteria (how to get the value from the form itself ==> dept_no= dept_no).
How can I do it?