B
BusyProfessorFromBremen
Hey @ all,
I need to figure out how records can be counted within a recordset throuh a
SQL statement. I 've got a identifyable number which is repeating and needs
to converted depending on additional information. As it is easier to
understand it by looking on an example please see below.
State of the art:
ID Value1
234 2
234 2
234 3
365 2
365 2
The aim is to convert it as it is attached:
ID Value1 Count(Records)
234 2 2
234 3 1
365 2 2
Any support is greatly appreciated. Thank you very much in advance.
Kind regards
malte
I need to figure out how records can be counted within a recordset throuh a
SQL statement. I 've got a identifyable number which is repeating and needs
to converted depending on additional information. As it is easier to
understand it by looking on an example please see below.
State of the art:
ID Value1
234 2
234 2
234 3
365 2
365 2
The aim is to convert it as it is attached:
ID Value1 Count(Records)
234 2 2
234 3 1
365 2 2
Any support is greatly appreciated. Thank you very much in advance.
Kind regards
malte