G
Guest
Adding a distinct row filter or select
"SELECT * FROM Records INNER JOIN OtherTable..." is the select and DS is
filled with a da
Dim DR() As DataRow = DS.Tables(0).Select("Distinct Count(RecordID)")
I hope you get the idea, how to get this to work?
"SELECT * FROM Records INNER JOIN OtherTable..." is the select and DS is
filled with a da
Dim DR() As DataRow = DS.Tables(0).Select("Distinct Count(RecordID)")
I hope you get the idea, how to get this to work?