Hello there!
So I have a database with several tables:
- One contains all books in my library
- Another one contains all journals
- Another one contains reports, etc.
The last one contains records of compartments in different shelves on different racks. All other tables link to this one to specify where exactly this or that book, journal, etc. is found. All tables contain at least one identical field: Title.
What I need is to create a table that will automatically enumerate unique titles from all tables and show the corresponding locations.