T
Tal
Hi all,
I am trying to search a query where the field is actual an expression
comprised of a subquery.
I am getting a type mismatch error. Here is the code:
strWhere = "([expClientMainName] LIKE "" * " & Me.txtClientSearch & "" * ")"
I'm not even sure if this is possible.
Many thanks for your help.
I am trying to search a query where the field is actual an expression
comprised of a subquery.
I am getting a type mismatch error. Here is the code:
strWhere = "([expClientMainName] LIKE "" * " & Me.txtClientSearch & "" * ")"
I'm not even sure if this is possible.
Many thanks for your help.