I have 3 tables first table named memberform with columns id and name. example:
id name
12 john
In the second table (named imat_statistic) i have some description ex.
id description
12 Blue with brown
In the third table (named Vivl_Statistic) i have exactly the same columns ex.
id description
12 green with yellow
I want to take this result
john blue with brown
john green with yellow
I tried with the wizard i linked id from memberform with imat_statistc,id and vivl_statistic,id. But nothing was appear in my report. also i want description in the same stele.
