I have a main form from which a user can select a location from a combo-box. I've added a tab with a sub form showing address, phone etc.
I've added another tab and sub form, I want this second sub form to have 4 list boxes which list people in each job at the location selected in the main form. The sub form has a record source that queries all the people at the selected location, including their job code. So, each list box needs to list people with a certain job code or job code range.
I've tried doing some sort of filter on the listbox control source, but I just can't seem to get it right.
Can anybody help with this?
I've added another tab and sub form, I want this second sub form to have 4 list boxes which list people in each job at the location selected in the main form. The sub form has a record source that queries all the people at the selected location, including their job code. So, each list box needs to list people with a certain job code or job code range.
I've tried doing some sort of filter on the listbox control source, but I just can't seem to get it right.
Can anybody help with this?