I am working with a database that was created weird and I am trying to fix it.
2 Main Issues:
1. Many tables, all of which contain some similar information (i.e. Product, Lot, StartDate). How can I create one separate, "live" table or query to list these 3 field from all tables? (By live, I mean I would like it to always be updated/accurate).
2. There is a main Product table that most of the tables link to, but some don't. The Product Table consists of Product (text) and ProductID (number). Since some tables are linked and some are not, trying to think of the best way to make this consistent. Any suggestions?
2 Main Issues:
1. Many tables, all of which contain some similar information (i.e. Product, Lot, StartDate). How can I create one separate, "live" table or query to list these 3 field from all tables? (By live, I mean I would like it to always be updated/accurate).
2. There is a main Product table that most of the tables link to, but some don't. The Product Table consists of Product (text) and ProductID (number). Since some tables are linked and some are not, trying to think of the best way to make this consistent. Any suggestions?