M
MrBitsy
I have three tables that store data about different types of skill. An
employee table is linked to all three skills table as 1 to many links ie
1 employee has many skill 'a' records.
1 employee has many skill 'b' records.
1 employee has many skill 'c' records.
I am trying to design a form that contains three listboxes, each of which
will contain the users filter choices for that particular skill. Users can
select choices from combos for each listbox, so they can have 1 or more
search terms in each listbox
I now have these three listboxes, with the users choices and I now need to
fill an employee listbox with all employees that fit the filters in the
three listboxes ie
employee has skill 'a' or skill 'a' or skill 'a' from listbox 1
AND
employee has skill 'b' or skill 'b' or skill 'b' from listbox 2
AND
employee has skill 'c' or skill 'c' or skill 'c' from listbox 3
I am completely stumpped on how I should proceed with this form.
I thought of having 3 invisible listboxes that gets the results from each
skill listbox and 'merging' the results somehow? I then thought of creating
a table to hold the results from each listbox and then pulling the data out
of that table?
Anyone can point me in the right direction?
Thanks,
Ray Keattch.
employee table is linked to all three skills table as 1 to many links ie
1 employee has many skill 'a' records.
1 employee has many skill 'b' records.
1 employee has many skill 'c' records.
I am trying to design a form that contains three listboxes, each of which
will contain the users filter choices for that particular skill. Users can
select choices from combos for each listbox, so they can have 1 or more
search terms in each listbox
I now have these three listboxes, with the users choices and I now need to
fill an employee listbox with all employees that fit the filters in the
three listboxes ie
employee has skill 'a' or skill 'a' or skill 'a' from listbox 1
AND
employee has skill 'b' or skill 'b' or skill 'b' from listbox 2
AND
employee has skill 'c' or skill 'c' or skill 'c' from listbox 3
I am completely stumpped on how I should proceed with this form.
I thought of having 3 invisible listboxes that gets the results from each
skill listbox and 'merging' the results somehow? I then thought of creating
a table to hold the results from each listbox and then pulling the data out
of that table?
Anyone can point me in the right direction?
Thanks,
Ray Keattch.