M
MikeY
Hi Everyone,
Is it possible to link more than two tables together? My sample that works
perfectly fine (but only the two links) is as follows:
DataRelation TableDetail =
DB_DataSet.Relations.Add("EMPLOYEE_ASSIGNED_LEVELS",
DB_DataSet.Tables["EMPLOYEE_ZONE"].Columns["EMP_ID"],
DB_DataSet.Tables["EMPLOYEE_ASSIGNED_LEVELS"].Columns["EMP_NUMBER"]);
Any and all help is appreciated
Thanks
MikeY
Is it possible to link more than two tables together? My sample that works
perfectly fine (but only the two links) is as follows:
DataRelation TableDetail =
DB_DataSet.Relations.Add("EMPLOYEE_ASSIGNED_LEVELS",
DB_DataSet.Tables["EMPLOYEE_ZONE"].Columns["EMP_ID"],
DB_DataSet.Tables["EMPLOYEE_ASSIGNED_LEVELS"].Columns["EMP_NUMBER"]);
Any and all help is appreciated
Thanks
MikeY