Hello!
I have for example two tables in dataset and want to show in report first table with corresponding values from second table.
first table "PROD"
ID, product, code
second table "DESCR"
code, description
how to view in report
PROD.ID, PROD.product, DESCR.description
Thank you in advance!