D
Dorian
"Reserved Error (-1517) There is no message for this error"
This is the message that I get when I run a query. This query used to work
and has not been modified. I did update the data in the columns this query
returns. Some of the columns contain slashes. Could this be a problem?
Here is the query, nothing esoteric:
SELECT ID, ReferralSource
FROM tblReferralSource
WHERE ActiveSW = true
ORDER BY ReferralSource;
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
This is the message that I get when I run a query. This query used to work
and has not been modified. I did update the data in the columns this query
returns. Some of the columns contain slashes. Could this be a problem?
Here is the query, nothing esoteric:
SELECT ID, ReferralSource
FROM tblReferralSource
WHERE ActiveSW = true
ORDER BY ReferralSource;
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".