I created two queries, qryOne as follows:
SELECT tblProjects.CH_CODE, tblProjects.CH_NAME, replace_chr13([CH_DESCRIPTION]) AS Address
FROM tblProjects;
Then made another query based on this one (qryTwo) I then tried to connect to qryTwo externally using ODBC. qryTwo is as follows:
SELECT...