I haven't re-designed anything, nothing's changed so I still have the same un-resolved problem.
Maybe I have failed to properly ask the original question? If so, my apologies and I will try again.
I have multiple customers. What I do is calculate product usage through their business and then report that usage in various ways. We don't just do this once though, we do it once a month, so I need to be able to refer back to the data from last time.
I either need a table per customer (to my way of thinking) to store their products and to make a new table for each new customer, or I need to push that data out and store it in a format that Access can retrieve when I go back to that same customer.
If I push the data out, I suspect that a CSV file is the answer along with a data folder for each customer. My (no doubt faulty Excel based) logic tells me that a table-per-customer setup would work, but I really don't know and that's what I'm doing here asking questions.
If this were a simple product storage / usage problem it would not be a big deal, but the multiple customer aspect is the bit I don't get.
Maybe I have failed to properly ask the original question? If so, my apologies and I will try again.
I have multiple customers. What I do is calculate product usage through their business and then report that usage in various ways. We don't just do this once though, we do it once a month, so I need to be able to refer back to the data from last time.
I either need a table per customer (to my way of thinking) to store their products and to make a new table for each new customer, or I need to push that data out and store it in a format that Access can retrieve when I go back to that same customer.
If I push the data out, I suspect that a CSV file is the answer along with a data folder for each customer. My (no doubt faulty Excel based) logic tells me that a table-per-customer setup would work, but I really don't know and that's what I'm doing here asking questions.
If this were a simple product storage / usage problem it would not be a big deal, but the multiple customer aspect is the bit I don't get.