I need to run a query that will transverse though three tables.
Table1 -> Table2 -> Table3
I need to display serveral fields from Table1 together with items from Table 2 and Table3. A primary key in each table links the tables together.
e.g.
T1_Item1 T1_Item2 T2_Item1 T2_Item2 T2_Item3 T3_Item1 T3_Item2 T3_Item3.
The 1st table is a list of messages, the 2nd a list of words in each message and the 3rd table a list of fields in each word.
All the Queryies I have done so far just product a large flat table, so is VBA required?
Table1 -> Table2 -> Table3
I need to display serveral fields from Table1 together with items from Table 2 and Table3. A primary key in each table links the tables together.
e.g.
T1_Item1 T1_Item2 T2_Item1 T2_Item2 T2_Item3 T3_Item1 T3_Item2 T3_Item3.
The 1st table is a list of messages, the 2nd a list of words in each message and the 3rd table a list of fields in each word.
All the Queryies I have done so far just product a large flat table, so is VBA required?