Hello, "Wade Halsey"!
You wrote:
> sqlExecute( "select * from client where persal in "'
> (Select accno from
> BadClient where SkyTraceStatus = "''uploaded onto
> web''")"'");
>
Try
"select * from client where persal in (Select accno from
BadClient where SkyTraceStatus = 'uploaded onto web
Hi
Could someone please help me with this parse error:
sqlExecute( "select * from client where persal in "' (Select accno from BadClient
where SkyTraceStatus = "''uploaded onto web''")"'");
Thanks
Wade
[EMAIL PROTECTED]