That means you will end up with a table that has 96 or more fields.
I am having a hard time understanding your table structures.
Q) All of the tables have a field "ID (Primary Key)". So one record (Contract) is linked by "ID" across 4 tables? -
Yes
Q) How do you get (what format:CSV, txt, xlsx,?) the data in the 4 tables? -
Data Input forms in Access
Q) You have to import the data to your dB? Or you delete last week/month dB each time?
- Data is added using forms and is stays in there forever
You can add the fields from the 4 tables to a query to generate a view of each contract - its like creating a table with all of the fields. But I think the links will be a 1-to-1 relationship instead of 1-to-many.
Why not attach a copy of your db - just enough records (5 - 10) to show the issue? That way we can see exactly what you are dealing with, your data structures , ... (Can be dummy data)
BTW, I recommend you adopt a naming convention that does not allow embedded spaces in field or object names.
And no special characters (#). Use only alpha numerics. This will save you from many syntax errors/problems.
PS: Welcome to the forum.....
