crystaleyes82
Technical User
Hello. I am creating a database to store and calcuate particular costs and numbers. I have already built the basic tables that I need, but I now need to build a matrix using information from these other tables.
I have two tables, one that lists products with various levels of pricing and one that lists locations and groups them into regions. The matrix I am trying to build stores the amount of products needed per location. I am trying to use the locations from the second table across the top and the products along the side. I don't know if that is possible since the locations would become field names, but if a new location is added then a new field would need to be created.
When entering data into the matrix via a form, I would like the user to be able to sort to list only the product grouping that they want to enter information into. But to also be able to sort according to region.
Does anyone know if this is possible in Access? I know that it will most likely require some VBA, but I'm stumped on the best way to go about setting up the table and the form.
Any help/suggestions, as well being pointed in the right direction, would be greatly appreciated.
Jenn
I have two tables, one that lists products with various levels of pricing and one that lists locations and groups them into regions. The matrix I am trying to build stores the amount of products needed per location. I am trying to use the locations from the second table across the top and the products along the side. I don't know if that is possible since the locations would become field names, but if a new location is added then a new field would need to be created.
When entering data into the matrix via a form, I would like the user to be able to sort to list only the product grouping that they want to enter information into. But to also be able to sort according to region.
Does anyone know if this is possible in Access? I know that it will most likely require some VBA, but I'm stumped on the best way to go about setting up the table and the form.
Any help/suggestions, as well being pointed in the right direction, would be greatly appreciated.
Jenn