A
Ant
Hi All,
I am trying to use a query to combine various values in a
field into a new field for each corresponing ID.
Basically I have ID field(not Primary Key, Duplicates
allowed), Field1 (relative values) and Field2 (New field).
There may be many instances of ID but no more than 10.
each instance of ID will have a single uniqe text value in
field1. But as before there could be 1 to 10 of these. I
want to combine all the values in field1 into field2 so
that Field2 shows all values in field1 for each ID in
field2.
A bit confusing I know but any help will be greatly
appreciated.
I have trried using a loop in VBA to write the new value
in but it keeps crashing my PC. I am deeling with about
3million records
Ant
I am trying to use a query to combine various values in a
field into a new field for each corresponing ID.
Basically I have ID field(not Primary Key, Duplicates
allowed), Field1 (relative values) and Field2 (New field).
There may be many instances of ID but no more than 10.
each instance of ID will have a single uniqe text value in
field1. But as before there could be 1 to 10 of these. I
want to combine all the values in field1 into field2 so
that Field2 shows all values in field1 for each ID in
field2.
A bit confusing I know but any help will be greatly
appreciated.
I have trried using a loop in VBA to write the new value
in but it keeps crashing my PC. I am deeling with about
3million records
Ant