Im executing the following string through an ADO command object. However, the resultant recordset is always NULL!
Even stranger -- when I paste this string into the access query designer (in the SQL text screen) the query runs fine...
whats wrong??!!!
______________________________________________________
SELECT Contact_Table.RESPCODE FROM Contact_Table GROUP BY Contact_Table.RESPCODE HAVING (((Contact_Table.RESPCODE) Like "*002*"
);
______________________________________________________
Even stranger -- when I paste this string into the access query designer (in the SQL text screen) the query runs fine...
whats wrong??!!!
______________________________________________________
SELECT Contact_Table.RESPCODE FROM Contact_Table GROUP BY Contact_Table.RESPCODE HAVING (((Contact_Table.RESPCODE) Like "*002*"
______________________________________________________