Hi
I'm getting the error in the title of the post whilst trying to run the query below:
UPDATE GAS_SURE_NEW INNER JOIN STODBA_JJSDATE ON GAS_SURE_NEW.jjobno = STODBA_JJSDATE.JJOBNO SET STODBA_JJSDATE.JSDATE = [GAS_SURE_NEW].[jcompdate]
WHERE (((STODBA_JJSDATE.JSTATUS)="3"));
The JJSDATE table is linked via ODBC in access 2007 and I've updated fields in it before. I suspect the inner join has something to do with it. Any ideas?
I'm getting the error in the title of the post whilst trying to run the query below:
UPDATE GAS_SURE_NEW INNER JOIN STODBA_JJSDATE ON GAS_SURE_NEW.jjobno = STODBA_JJSDATE.JJOBNO SET STODBA_JJSDATE.JSDATE = [GAS_SURE_NEW].[jcompdate]
WHERE (((STODBA_JJSDATE.JSTATUS)="3"));
The JJSDATE table is linked via ODBC in access 2007 and I've updated fields in it before. I suspect the inner join has something to do with it. Any ideas?