G
Guest
Hi,
I have an error on the following query:
SELECT HiPlanNames_2004_Final.* INTO 2004_HiPlanNames_ADD
FROM HiPlanNames_2004_Final
WHERE (((Left([SOURCE1],2))="04")) OR (((Left([SOURCE2],2))="04")) OR
(((Left([SOURCE3],2))="04")) OR (((Left([SOURCE4],2))="04")) OR
(((Left([SOURCE5],2))="04"));
The message says "Compile error in query expression..." then it list the
where clause. I can't seem to see where the problem is.
Can anybody help?
Thanks.
I have an error on the following query:
SELECT HiPlanNames_2004_Final.* INTO 2004_HiPlanNames_ADD
FROM HiPlanNames_2004_Final
WHERE (((Left([SOURCE1],2))="04")) OR (((Left([SOURCE2],2))="04")) OR
(((Left([SOURCE3],2))="04")) OR (((Left([SOURCE4],2))="04")) OR
(((Left([SOURCE5],2))="04"));
The message says "Compile error in query expression..." then it list the
where clause. I can't seem to see where the problem is.
Can anybody help?
Thanks.