hi,
i have 2 tables at my dataset(created by computer when i create the sqladapter) i want to take some columns from the 2 tables and put them together in report
when i put the fields from the first table it looks fine (=fields!prodouctid.value) and in the 2nd table it looks like
=sum(orders.orderid, "northwinddataset_orders")
i want to show all the content of the columns and not the sum or firrst
how can i do it?
thanks
omer