hi, i'm trying to copy a bindingsource (child table) to a datatable. This is what i did:
Code:
            Dim _tblWeek1 As New DataTable
            _tblWeek1 = CType(TblPrimeraSemanaBindingSource.DataSource.TblPrimeraSemana, DataTable).Copy
For some reason this code works but only for parent tables not for child table.
This is the error i'm getting: Public member 'TblPrimeraSemana' on type 'BindingSource' not found.

Can some help me on this one?

Regards,
2005