Hi Dave,
here is the SQL View of the Update Query (although, suprisingly, it doesnt verify the syntax in SQL Query Analyser!)
UPDATE tbl_SubmissionData INNER JOIN tbl_TempEdit ON tbl_SubmissionData.ID = tbl_TempEdit.ID SET tbl_SubmissionData.Application = [tbl_TempEdit.Application]...