Hello,
thank you for taking your time to read my post, I am in hopes someone can point me in the right direction, or at least tell me if what I am trying to accomplish for work is possible. I think I am making this way too complex and that has made the design overwhelming. So here goes...
I have one table (created by importing an excel workbook) that has the following fields: Region number, locality, product Id, product descr, vendor, product type, fiscal year, qty, cost. I want to have a form that allows me to select multiple ways to view the data. I created a query that includes all fields from my table except the cost and qty. I then created an unbound form with a combo box, rowsourcetype= field list. Based on what field I select, I have a list box that populates the distinct values for that field. This is working. But I am stuck on how to do the next step and think my goal may just be too complex.
Goal: be able to summarize data in the table in multiple ways - the starting point is what field is selected, and then filtered by the connected list box. But I what to further define what order the remaining fields are included. Which essentially changes the groupings and how the qtys and costs are summarized. So if I select region, then I wanted to be able to pick which field next (basically duplicating the first combo box but excluding the field that was selected there) and so on. Each successive combo box would show the fields that have not been selected in previous combo boxes and the corresponding list box would cascade from the previous list boxes. All of the list boxes would have an "all" option.
Multiple outcomes:
by locality, by fiscal year, by product type, by vendor
by locality by vendor by fiscal year by product type
by vendor by product Id by locality by year
Etc
i think I have just made it too complex - is this even possible? Maybe it just doesn't even make sense to do it this way but now I have myself overwhelmed with the complexity so that I can't see what does make sense. Can anyone help me get on the right track?
thank you