Hi, I'm wondering if its possible to evaluate fields from more than one table with the DataColumn.Expression property

e.g Table1.Field1 <= Table2.Field5

I dont really want to carry the extra fields in the first datatable thats all.

Cheers
enex