D
Darryn Ross
Hi,
I am trying to execute a SQL statement from access 2002 and i can't get it
to work properly... is access compatible with the 'LIKE' condition in SQL??
my query executes but returns no records when it should be!!!! ... the SQL
code is below...
SELECT tblChartA.*, tblChartS.Description
FROM tblChartA INNER JOIN tblChartS ON tblChartA.SID = tblChartS.SID
WHERE (((tblChartA.Code) Like "%621%"));
What is wrong with this statement?????
Regards
Darryn
I am trying to execute a SQL statement from access 2002 and i can't get it
to work properly... is access compatible with the 'LIKE' condition in SQL??
my query executes but returns no records when it should be!!!! ... the SQL
code is below...
SELECT tblChartA.*, tblChartS.Description
FROM tblChartA INNER JOIN tblChartS ON tblChartA.SID = tblChartS.SID
WHERE (((tblChartA.Code) Like "%621%"));
What is wrong with this statement?????
Regards
Darryn