hi,
I'm trying to update a table in a database based on the info from the same table in another access database. here is what i have so far with no success.
I'm getting: sytax error: (missing operator) error
Any help would be great.
Regards,
Justin
I'm trying to update a table in a database based on the info from the same table in another access database. here is what i have so far with no success.
Code:
UPDATE jobs_web
SET
StatusCNTR = 'C:\Users\Justin\AppData\Local\VirtualStore\Program Files (x86)\PaperWRX\Data\pwEssentials.mdb'.StatusCNTR
FROM 'C:\Users\Justin\AppData\Local\VirtualStore\Program Files (x86)\PaperWRX\Data\pwEssentials.mdb'.Jobs
WHERE 'C:\Users\Justin\AppData\Local\VirtualStore\Program Files (x86)\PaperWRX\Data\pwEssentials.mdb'.CNTR = jobs_web.CNTR
I'm getting: sytax error: (missing operator) error
Any help would be great.
Regards,
Justin