Topic: How to create a report from 3 tables?
Three tables are T1,T2.T3.T1 is parent table (having fields F1,F2) and T2,T3 are child tables( both containing fields id_F2).
T2 and T3 have multiple rows with id_F2. Report is needed for a particular value of F2, containing all records from T2 and T3..
Should the report button be in the form saving data to T1?
Will calculated fields in T1 help? Or SQL query using inner join needed?