dear,
strSQL = "SELECT * FROM TaskMaster where month(FTASKASSIGNON)='"&navmonth&"' AND Instr(FTASKASSIGNTO,',')='"&Session("LHHBUSERID")&"'"
and i get error:
Microsoft OLE DB Provider for SQL Server error '80040e14'
'Instr' is not a recognized function name.
what happen to this SQL Statement?
strSQL = "SELECT * FROM TaskMaster where month(FTASKASSIGNON)='"&navmonth&"' AND Instr(FTASKASSIGNTO,',')='"&Session("LHHBUSERID")&"'"
and i get error:
Microsoft OLE DB Provider for SQL Server error '80040e14'
'Instr' is not a recognized function name.
what happen to this SQL Statement?
Comment