Quote Originally Posted by HanneSThEGreaT View Post
I agree with post #3 ( although I'm not a database guru, I have done this before ).
The best solution would be to create either a query that joins the tables ( a junction table )and use that for your source
Yes, but...they have different number of columns and datatype, I need something like
receipt1 value code descriptcion
.
.
.

-------
dollarSerial dollarValue
.
.
.

I need to have the data in same page but with different titles/number of columns/number of rows.
This cant be done with join table...or im wrong?
thanks