L
Lars Brownies
I have a table like this
Field1 Field2
1 A
1 B
1 K
2 X
3 Y
3 Z
I'd like to add a field so that the table looks like this
Field1 Field2 Field3
1 A 1
1 B 2
1 K 3
2 X 1
3 Y 1
3 Z 2
So I need to add a count field for every field1 value.
Can this be done in a query or do need VBA?
Thanks, Lars
Field1 Field2
1 A
1 B
1 K
2 X
3 Y
3 Z
I'd like to add a field so that the table looks like this
Field1 Field2 Field3
1 A 1
1 B 2
1 K 3
2 X 1
3 Y 1
3 Z 2
So I need to add a count field for every field1 value.
Can this be done in a query or do need VBA?
Thanks, Lars