BJ
04-26-2002, 09:54 AM
I have a query, and the criteria is based on the value of fields on my query criteria form. I seem to be having problems in my query criteria expression with one of the fields on the form. This field is a unbound combo box (value list). It's values are >, <, <>, between, like.
My expression in the query is:
[Forms]![frmQueries]![cboExpr] & "[Forms]![frmQueries]![cboCurrentStatus]"
My query comes up with no results. If I remove the first part of the expression "[Forms]![frmQueries]![cboExpr]", it works fine.
Can someone help me with this?
Thanks,
BJ
My expression in the query is:
[Forms]![frmQueries]![cboExpr] & "[Forms]![frmQueries]![cboCurrentStatus]"
My query comes up with no results. If I remove the first part of the expression "[Forms]![frmQueries]![cboExpr]", it works fine.
Can someone help me with this?
Thanks,
BJ