Hello all - I am trying to merge rows in Access or Excel with duplicate values in a particular column. I have merged multiple Excel files into one large file, but the issue is that I have a column titled "Student ID" that shows duplicate values. With a student body of close to 2,000 students, that's a lot of data to sift through. I would like to be able to merge duplicate rows in the "Student ID" column. The SQL command I used to merge the files was: SELECT * FROM [1] UNION SELECT * FROM [2] ect... However, the UNION does not merge duplicate values, and I was under the impression that it would. Please advise!