I'm getting error
Missing semicolon (at end of SQL statement.
But there is, so it must be something else ?
UPDATE flacTracks SET flacTracks.Path = "Greatest Hits & Favorites CD 1" Where (ttrack between 124 and 143) and TCat = 1017 Order by ttrack ;Code:sql = "UPDATE flacTracks SET flacTracks." & Combo0 & " = " & Chr$(34) & Contents & Chr$(34) & " Where (ttrack between " & Dat(0) & " and " & Dat(1) & ") and TCat = " & ThisDisk() & " Order by ttrack ;" CurrentDb.Execute (sql)