H
HB
Here's the scenario, Members (parent) have (child) Skills. Skills uses a
lookup table so it stores numbers, not strings. I want a parameterized query
where the user enters Skill numbers and gets a list of the members that have
those skils.
I used
Expr1: InStr("," & [Type Member Skill Numbers separated by commas,Blank=All]
& ",","," & [MemberSkill1] & ",") in the design view for a coulmn
from another query that works fine, but this time it's not giving the
results I want. In fact it returns all rows. I tried IN([MemberSkill1]) in
the design view, but also, not results I want.
Suggestions?
Thanks,
HB
lookup table so it stores numbers, not strings. I want a parameterized query
where the user enters Skill numbers and gets a list of the members that have
those skils.
I used
Expr1: InStr("," & [Type Member Skill Numbers separated by commas,Blank=All]
& ",","," & [MemberSkill1] & ",") in the design view for a coulmn
from another query that works fine, but this time it's not giving the
results I want. In fact it returns all rows. I tried IN([MemberSkill1]) in
the design view, but also, not results I want.
Suggestions?
Thanks,
HB