I've got several different inventories broken down into several tables for normalization reasons. I was working on making a separate database for each--just copying all the queries, forms, reports, etc... and then importing the data for that customer from its original excel file. The thing is, each table has exactly the same layout, just different actual information.
So here's my idea.
I've created a splash form displaying a button for each customer at start-up. Now, would it be possible to, upon clicking on a customer's button, somehow have the data for that particular customer replace the existing data in the tables?
I was thinking that I could have a separate back-end database for each customer, and the OnClick of each customer would somehow link said tables or something along those lines.
The thing is, I have NO idea how this could be done. I've tried a few things here and there, but all in all, I am lost.
Thanks so much!
So here's my idea.
I've created a splash form displaying a button for each customer at start-up. Now, would it be possible to, upon clicking on a customer's button, somehow have the data for that particular customer replace the existing data in the tables?
I was thinking that I could have a separate back-end database for each customer, and the OnClick of each customer would somehow link said tables or something along those lines.
The thing is, I have NO idea how this could be done. I've tried a few things here and there, but all in all, I am lost.
Thanks so much!