
October 11th, 2007, 02:31 AM
|
|
Registered User
|
|
Join Date: Oct 2007
Posts: 1
Time spent in forums: 14 m 56 sec
Reputation Power: 0
|
|
Urgent help required on getting freq of repeated id's
Hello All,
I m doing a project in VB.Net in which i ve to do sampling of records with replacement.
and then i ve to show the detail record of that selected sample in grid.
I can select the sample by query and make its string with all those repeated ID's.
After that i use that string in DetailRecordQuery in Where clause like
"Where ID in(string of ids)" the record shows are of distict ids.
I want to show the frequency of repeated ids to b shown in second column of the grid against each id means that id is repeated how many time in the sample
PLZ PLZ PLZ help me

|