Hi I have a datarow array created and populated as such
Dim over_Comp() As DataRow
over_Comp = Ds.Tables("table").Select("Expected completion <='" & Date.Today & "'")
I was wondering what the easiest way is to work out how many records are in the array
thanks in advance
Dim over_Comp() As DataRow
over_Comp = Ds.Tables("table").Select("Expected completion <='" & Date.Today & "'")
I was wondering what the easiest way is to work out how many records are in the array
thanks in advance