subform in VB.net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • HS1

    subform in VB.net

    Hello all

    I can create a DataGrid for a table through a DataSet using a connection
    (learned from VB.net help). This table has a link with another table as
    one-to-many. Could you please tell me how to create another DataGrid
    presenting data of the second table (as a subform in Access).

    Thank you


  • Mohamoss

    #2
    RE: subform in VB.net

    Hi
    This is a master-details scenario. If you import the two tables into your
    dataset, you can build a relation object (parent/child relation). Check out
    the sample on this link.

    hope this helps
    Mohamed Mahfouz
    MEA Developer Support Center
    ITworx on behalf of Microsoft EMEA GTSC

    Comment

    Working...