Linking Tables in a DataSet

LerkHern

Member
Joined
Jul 7, 2005
Messages
7
Location
Chicago
Programming Experience
3-5
I have a DataSet with two tables in it. I have an ID on each of the tables that links them together. One table represents the page header and footer and the other table represents the detail. I want to only show the records in the detail where the ID on the detail table matches the ID on the page header and footer table. I have the Tables Linked in the Visual Linking Expert, but this doesnt seem to be doing the trick. Is there anything else i have to do?
 
Back
Top