I am trying to link 15 tables using a common field, OrderId, in order to create a form/report to print specific data from the tables. Thank You in advance for your help!!!!
Because the tables I was given to work with already have data on them (very incomplete data, some with 9 fields (or less), some with 11), I am trying to separate some common fields and place them in a new table linked to the 15 other ones.
This is an example of what I am trying to do:
table1; table2; table3; table4...
|
|
|
Orders table
Each table contains (should contain...) 11 columns/fields; the fields I want to link (and place in Order table) are: Building Name, Crew Leader, Work Done, Date Ordered, Done Date. I know I have to place a primary key to index the records on the tables; it is an AutoNumber. I stopped here, because I got nothing in Orders table...