I have an excel sheet with 500,000 rows imported into MS Access. It has 3 columns in the below format
 Staff    Locations     Roles
   1      Location1     Role1
   1      Location2     Role1
   2      Location2     Role2
   3      Location3     Role3
   3      Location3     Role4
I am trying to get the output in the below format
 Staff      Locations                 Roles
   1        Location1, Location2      Role1
   2        Location2                 Role2
   3        Location3                 Role3
   3        Location3                 Role4
Any suggestions on how I can accomplish the same in MS Access?
Thanks in advance