I have a project table bound to a form. On this form are 6 bound fields relating to skills 1,2 etc with Skill 1 being the primary skill, skill 2 being the next best skill etc.
A project could have the following:
Field1 = "Access"
field2 = "VBA"
field3 = "Bus Obj"
field4 = null
I also have a people table holding info on the person and thier primary skills.
How can I write a query that will say show me all the people who any of the skills in fields 1 thru 4. At the mo, bewcause of the null value every record gets returned. I would normally do this a long winded way but because there are about 8 skill fields I was wondering if anyone knew of siomple method.
Hope this makes sense,
Nick
A project could have the following:
Field1 = "Access"
field2 = "VBA"
field3 = "Bus Obj"
field4 = null
I also have a people table holding info on the person and thier primary skills.
How can I write a query that will say show me all the people who any of the skills in fields 1 thru 4. At the mo, bewcause of the null value every record gets returned. I would normally do this a long winded way but because there are about 8 skill fields I was wondering if anyone knew of siomple method.
Hope this makes sense,
Nick