Hello,

I have two Tables (A, B). They are in the same DB and they have identical structure.

I need a report with fields of these tables. When i desing the report i have to select the fields from one of these tables that i want to view.

My question is if I can change the origin of these fields (A or B) in runtime. I tried to change the SQL but the fields always reference the original table which i used to select thiese fields.

Thank you.