D
Don
i have orders which have different requirements, for example
order 1 = requirement1
order 2 = requirement1
requirement2
requirement3
order 3 = requirement2
requirement3
order 4 = requirement2
and i also have employees that have different expertise.
employee 1 = expertise1
employee 2 = expertise2
expertise3
employee 3 = expertise1
expertise3
employee 4 = expertise1
expertise2
expertise3
i would like to create a query which gives me a list which employees is able
to complete which order. the expertise fields and the requirements fields
have the same attributes, for instance, by looking at the above example, we
can see that: -
employee 4 = all orders
employee 1 = order 1
employee 2 = order 2 & 3
employee 3 = none
is it possible to create a query that can do this. employee may have more
then one field for expertise and an order may have more then one field for
requirements. I can get my head round how to do it. Please can somebody help
me. If the information is too simple, please ask. i appreciate that you have
taken the time to read this email.
Thank you
don
order 1 = requirement1
order 2 = requirement1
requirement2
requirement3
order 3 = requirement2
requirement3
order 4 = requirement2
and i also have employees that have different expertise.
employee 1 = expertise1
employee 2 = expertise2
expertise3
employee 3 = expertise1
expertise3
employee 4 = expertise1
expertise2
expertise3
i would like to create a query which gives me a list which employees is able
to complete which order. the expertise fields and the requirements fields
have the same attributes, for instance, by looking at the above example, we
can see that: -
employee 4 = all orders
employee 1 = order 1
employee 2 = order 2 & 3
employee 3 = none
is it possible to create a query that can do this. employee may have more
then one field for expertise and an order may have more then one field for
requirements. I can get my head round how to do it. Please can somebody help
me. If the information is too simple, please ask. i appreciate that you have
taken the time to read this email.
Thank you
don