
Originally Posted by
prophecym
It gives me a syntax error when I try to save the query.
It says "Syntax error in UPDATE statement." But I couldn't figure the error out. Let me put my code here so you can see what I did.
UPDATE Registration
INNER JOIN Contacts ON Contacts.[ContactID1]=Registration.[Contact ID1];
I am hoping this will update the new Contact ID1 field in Registration table.
This is going to be probably a dumb question. The new ID field I created needs to be autonumber field, and when I choose that filed to be that way, it automatically assigns the numbers. So I don't know this query would work on autonumber fileds which has already filled up with numbers.