I have a dataset that has two tables in it. I want to do the following (or something like it) is it possible and is how I have it correct?
dsTabData.Tables("FilingTabs").Select("fs_ID not in (select fsp_fsid from ParentTabs)")
how do you reference data from other table in the same dataset?