I need some help finishing some code. I have large tables that i need to split into individual files based on an identification number in a column. I will attach a sample document. I have already written everything after "selecting" all the rows with a certain ID number, meaning the transfer into a new file, etc. But I cant figure out an efficient way to select all the rows with the same ID # so i can copy them into its own file.