Hey guys,
I have 2 tables in a ODBC that I am using to create a list of all of the packages in our system. As you can see in the snip, there is a package SKU, then the component SKUs, and their respective quantity and prices. We are switching software systems, and we have to populate a bunch of excel documents to push our current stuff (packages and components in this case) into the new system. The excel file has a different layout. instead of a different record for each package component, they use 1 record for each package sku, and then the package components and respective info goes off in the fields to the right. The entry in the excel snippet below matches up with the highlighted records in the query snippet above.
We have around 3000 packages, so I need to find a way to do this through Access.
Notes:
1. The excel file has room for up to 12 components
2. Our packages have between 2 and 12 components