I have a query string with the following:
StrWhere = " WHERE (((TblProduct.Description)" & " Like """ * Group * """)" & "AND ((TblProduct.CurrentProduct)=False));"
However VB is putting in a space between the asterisk around group.
so if I paste this in the qry grid it fails. how do i get this to stop this behaviour?
regards
Peter
StrWhere = " WHERE (((TblProduct.Description)" & " Like """ * Group * """)" & "AND ((TblProduct.CurrentProduct)=False));"
However VB is putting in a space between the asterisk around group.
so if I paste this in the qry grid it fails. how do i get this to stop this behaviour?
regards
Peter