Hi, all!
I have three tables in my MSSQL database: one base(A) and two sub-tables(B,C) with 1:n relation. It would be nice to have such report: one group section(A table) and two details sections where firstly all records from B table are displayed and after that all linked records from C table are displayed.
Is it possible to do so ?
Thanks in advance!
I have three tables in my MSSQL database: one base(A) and two sub-tables(B,C) with 1:n relation. It would be nice to have such report: one group section(A table) and two details sections where firstly all records from B table are displayed and after that all linked records from C table are displayed.
Is it possible to do so ?
Thanks in advance!