Good morning
I've been doing some searching and I'm struggling finding a way to number multiple records, and so I'm just wondering if anyone has any suggestions
in effect I have a large table full of data for multiple ID's with multiple dates which I'm wanting to split down, by ID in ascending date order. So what I want to do is a number the 'duplicate' ID's like exampled in the [ID_number] field below
eg
[ID] [Date] [Result] [ID_Number]
1 01/02/2010 xxx 1
1 02/03/2010 xxx 2
1 10/06/2010 xxx 3
2 01/01/2010 xxx 1
2 01/02/2010 xxx 2
3 01/01/2010 xxx 1
3 09/01/2010 xxx 2
3 02/03/2010 xxx 3
3 12/08/2010 xxx 4
4 01/02/2010 xxx 1
I'd have used a countif if I was using excel but the table extremely out strips excel use, but to do this in access fox's me slightly.
Anyhow I hope someone can help
Thanks
Mark.
I've been doing some searching and I'm struggling finding a way to number multiple records, and so I'm just wondering if anyone has any suggestions
in effect I have a large table full of data for multiple ID's with multiple dates which I'm wanting to split down, by ID in ascending date order. So what I want to do is a number the 'duplicate' ID's like exampled in the [ID_number] field below
eg
[ID] [Date] [Result] [ID_Number]
1 01/02/2010 xxx 1
1 02/03/2010 xxx 2
1 10/06/2010 xxx 3
2 01/01/2010 xxx 1
2 01/02/2010 xxx 2
3 01/01/2010 xxx 1
3 09/01/2010 xxx 2
3 02/03/2010 xxx 3
3 12/08/2010 xxx 4
4 01/02/2010 xxx 1
I'd have used a countif if I was using excel but the table extremely out strips excel use, but to do this in access fox's me slightly.
Anyhow I hope someone can help
Thanks
Mark.