I have an update query with the following SQL:
UPDATE tblCurrentCourses INNER JOIN [Course List] ON tblCurrentCourses.CReferenceNum = [Course List].Course SET tblCurrentCourses.CCourseName = [Course List]![CourseTitle];
When I go to view what will change in the CCourseName column, nothing has changed. It has the same values as before.
Thanks in advance,
Jodi