HI,
If strItems= "conceptual"
what is worng with the following code? its not recognizing the where statement...
strWorkProductsSQL = strItems2
strFullSQL = "SELECT * FROM tblWorkProductText WHERE (((tblWorkProductText.WorkProductName)=" & strWorkProductsSQL & "
);"
If strItems= "conceptual"
what is worng with the following code? its not recognizing the where statement...
strWorkProductsSQL = strItems2
strFullSQL = "SELECT * FROM tblWorkProductText WHERE (((tblWorkProductText.WorkProductName)=" & strWorkProductsSQL & "