B
bUncE
Morning all,
(Im using Access2003)
I have a form with 3 combo boxes on it, one displays some Field Names, one
displays some logical operators (>, <>, Like etc) the third one looks up the
value of the Field Names (so if someone selects LastName in the first combo
box it gives you the options of all the LastNames in the third combo box)
However, i have a query which searches for the values of the last two boxes
and displays the appropriate result...
It doesnt work.... well actually it does work but only with one extra
expression!?
Here is the one bit from the query that i can get to work (without the
second combo box doing anything might i add!)
[LastName] Like "*" & [Forms]![frmTest]![cboValueToFind] & "*" Or
[Forms]![frmTest]![cboValueToFind] Is Null
Does anyone know how i can include the second combo box as criteria for the
query results? I've been racking my brain for hours, any help will be greatly
appreciated
Thanks in advance
Mike Harkess
(Im using Access2003)
I have a form with 3 combo boxes on it, one displays some Field Names, one
displays some logical operators (>, <>, Like etc) the third one looks up the
value of the Field Names (so if someone selects LastName in the first combo
box it gives you the options of all the LastNames in the third combo box)
However, i have a query which searches for the values of the last two boxes
and displays the appropriate result...
It doesnt work.... well actually it does work but only with one extra
expression!?
Here is the one bit from the query that i can get to work (without the
second combo box doing anything might i add!)
[LastName] Like "*" & [Forms]![frmTest]![cboValueToFind] & "*" Or
[Forms]![frmTest]![cboValueToFind] Is Null
Does anyone know how i can include the second combo box as criteria for the
query results? I've been racking my brain for hours, any help will be greatly
appreciated
Thanks in advance
Mike Harkess