Am I doing something wron, its pulling everything up in the table vs. everything that the variable stItems is equal to:
strWhere = strWhere "(((tblWorkProductText.WorkProductName)='" & strItem & "'))"
my sql statement is a simple select * from table...
Thanks
strWhere = strWhere "(((tblWorkProductText.WorkProductName)='" & strItem & "'))"
my sql statement is a simple select * from table...
Thanks