Hi there,
I'm currently working on improving a database that was handed to me and my first thought as I looked through it was to combine a few tables as they should have been from the start.
It's proving a bit difficult (for me at least) since the tables I have to combine into one, 4 of them, have a one-to-many relationship to 5 tables that also need to be combined but this time into two tables.
The first four tables that need to be combined into one all have autonumbered primary keys and contain one foreign key. The five tables they are related to have a composite primary key and some form a many-to-many relationship between the first four tables (others extend the many-to-many relationship to a single table which has not be mentioned before).
I have already laid out the new database in a seperate access file as I would like it to turn out so I'm not set on keeping the old database, exporting to a new file as long as I can keep the data and relations is fine.
How can I work with this setup in a manner that keeps my relations right and is relatively quick?
Ps. This is my first post here, please point out if I'm forgetting to put in some info, am not clear enough, need to move my post or anything else standing in the way of bringing this to a conclusion![]()