TeaAddictedGeek
Programmer
The problem is trying to get the syntax right for a stored procedure (the tables are linked).<br>
<br>
I have this so far, but it's giving me the error "Microsoft VBScript compilation error '800a0401' Expected end of statement":<br>
<br>
<br>
storedProc = "sp_AM_DumpClients " + WHERE CStr( rsObjB( "c_name" )) LIKE '%" & frmKeyword & "%' + CStr( rsObjB( "CS_ID" ))<br>
<br>
<br>
<br>
Help?
<br>
I have this so far, but it's giving me the error "Microsoft VBScript compilation error '800a0401' Expected end of statement":<br>
<br>
<br>
storedProc = "sp_AM_DumpClients " + WHERE CStr( rsObjB( "c_name" )) LIKE '%" & frmKeyword & "%' + CStr( rsObjB( "CS_ID" ))<br>
<br>
<br>
<br>
Help?