beanbeanbean
11-16-2008, 11:30 PM
anyone know how to solve this error ?
my statement looks something like this.
SELECT test1.[Opty Id], test1.[Opty Name], SJ_CIS.NEWCINSFX, test1.[Contact CIN], test1.[Contact CIN SFX], test1.[Create By (Name)], test1.[Created By (Login)], test1.[Opty Created Date], SJ_CIS.JOIN_DATE, test1.[Opty Closed Date], test1.[Closed By (Emp #)], test1.[Referral - Employee #], test1.[Referral - Employee], test1.[Sales Rep], test1.Product INTO test3
FROM test1, SJ_CIS
WHERE ((([test1].[Contact CIN] & [test1].[Contact CIN SFX])=([SJ_CIS].[NEWCINSFX])));
when i press the datasheet view, it comes out exactly what i want. but when i try to save the query an invalid argument comes out. anyone know how to solve it ?
my statement looks something like this.
SELECT test1.[Opty Id], test1.[Opty Name], SJ_CIS.NEWCINSFX, test1.[Contact CIN], test1.[Contact CIN SFX], test1.[Create By (Name)], test1.[Created By (Login)], test1.[Opty Created Date], SJ_CIS.JOIN_DATE, test1.[Opty Closed Date], test1.[Closed By (Emp #)], test1.[Referral - Employee #], test1.[Referral - Employee], test1.[Sales Rep], test1.Product INTO test3
FROM test1, SJ_CIS
WHERE ((([test1].[Contact CIN] & [test1].[Contact CIN SFX])=([SJ_CIS].[NEWCINSFX])));
when i press the datasheet view, it comes out exactly what i want. but when i try to save the query an invalid argument comes out. anyone know how to solve it ?