I have an Excel Sheet (Imported CSV) that has columns similar to this:
Company Name..........Employee..........Employee 2..........Employee 3
Jones Electric............Kyle Brown........Chris Ford............Matt Daniels
I need it to look like this:
Company Name..........Employee
Jones Electric............Kyle Brown
Jones Electric............Chris Ford
Jones Electric............Matt Daniels
The amount of names that a company has associated with it could vary anywhere from 0 to 30. I'm thinking that I need to import my sheet into access, then have access read each column and make it into its own table. Once that is done, I need access to read from each of the Employee tables and match their unique ID up with the corresponding ID in the Company Name table. After that process is finished, I would need access to make a new table that looks like the one I listed above. I would like for this entire process to be as automated as can be. Is this possible? Please let me know where I should start my research on solving this problem. Thanks.
Company Name..........Employee..........Employee 2..........Employee 3
Jones Electric............Kyle Brown........Chris Ford............Matt Daniels
I need it to look like this:
Company Name..........Employee
Jones Electric............Kyle Brown
Jones Electric............Chris Ford
Jones Electric............Matt Daniels
The amount of names that a company has associated with it could vary anywhere from 0 to 30. I'm thinking that I need to import my sheet into access, then have access read each column and make it into its own table. Once that is done, I need access to read from each of the Employee tables and match their unique ID up with the corresponding ID in the Company Name table. After that process is finished, I would need access to make a new table that looks like the one I listed above. I would like for this entire process to be as automated as can be. Is this possible? Please let me know where I should start my research on solving this problem. Thanks.