data grid help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gentle dude
    New Member
    • Mar 2008
    • 8

    data grid help

    hello

    I'm creating application with vb6 as the front end & ms access as the back end.
    i have 3 datagrid tables the first one is been populated using an ADODC binding tool. I want to copy from the first table to the 2nd & 3rd. (copying from grid to grid)
    Please help

    Thanks in advance
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    So what is the problem.

    Can you post the code that you are working on.

    Comment

    • gentle dude
      New Member
      • Mar 2008
      • 8

      #3
      this is the code i'm creating an attendance check the 1st grid contains all the names the 2nd is for all those present & the 3rd for absentees


      DataGrid1.RowCo ntaining (StudentNo) & (sName) = DataGrid2.Allow AddNew

      Comment

      Working...