Need to know the best design for this sort of thing..... I have Multiple client Databases which all have similar tables containing names and addresses. I need to have one central database that can link to each and write queries that will run against each database individually.
Is the best way to import each table to a dummy table, run the update and export it back again?
Is it possible to use a listbox populated with linked tables to select a table, which is then used as a parameter for a query?
Is the best way to import each table to a dummy table, run the update and export it back again?
Is it possible to use a listbox populated with linked tables to select a table, which is then used as a parameter for a query?