Hi,
I created 3 tables
Table1 has two fields: table1Id, table1Name
Table2 has two fields: table2Id, table2Name
Table3 has two fields: table1Id, table2Id
Now if I create a form with Table3 datasource to display data in Table3. And let's say I want to show table2Name and table1Name in the form as well?
Which is better and why?
1. Create two display methods to display the names from table1 and table2
OR
2. change the form datasource to have Table3 joined with table1 and table2? And drag the 2 name fields from each table to appear in the grid?(
Also if I'm going to go with option 2..does it matter if I join table 3 (1st datasource) with table 2 and table 1..or if I make table1 the parent then join it with table2 and Table3?