hamid Posted August 6, 2006 Posted August 6, 2006 i have 5 tables in access database and i want create report of them. how can i create one dataset of some of their fields. i n fact i can create relation between 2 tables. how can i create relation between more than 2 tables? relation between tables 1 and 2 on field id : DataRelation relationB2A = new DataRelation("rb2a", ds.Tables["A"].Columns["id"], ds.Tables["B"].Columns["id"]); p.s how can i use c# code in code tag Quote [ once4ever ]
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.