I have a large database in Access with document names and parts that the documents contain. The lay-out is something like:
I tried linking the table and database through Powerpivot, however I got an error that, indeed, the column with the document name contains duplicate values. The database is over 40,000 items so adapting the source is not something I'd like to do.
I though about concenating the part numbers for each unique document into one cell, however that would make the subsequent check to see if any part number is in any other document more complicated.
What would be a clever way to go about this task?
- doc 1, part 1
- doc 1, part 2
- doc 1, part 3
- doc 2, part 4
- doc 2, part 5
- doc 3, part 6
- etc
I tried linking the table and database through Powerpivot, however I got an error that, indeed, the column with the document name contains duplicate values. The database is over 40,000 items so adapting the source is not something I'd like to do.
I though about concenating the part numbers for each unique document into one cell, however that would make the subsequent check to see if any part number is in any other document more complicated.
What would be a clever way to go about this task?