C
Carol
Howdy!
Challenging question (at least for me it is):
I have a table in Access where some of the records are duplicates. In the
cases where the rows are duplicated (only the ID is the same, the other data
elments are different), I want to display the ID and the data elements from
BOTH rows.
Example: My table has the following values:
ID# Bank# Zip
1234 999333 43087
1234 998111 43084
3333 656111 43001
3333 659999 43023
9999 453333 43073
My Output would look like this: (if this is at all possible)
ID# Bank # Bank #1 Zip Zip1
1234 999333 998111 43087 43084
3333 656111 659999 43001 43023
9999 453333 - 43073 -
Can anyone help me outon this one? THANK YOU!
Challenging question (at least for me it is):
I have a table in Access where some of the records are duplicates. In the
cases where the rows are duplicated (only the ID is the same, the other data
elments are different), I want to display the ID and the data elements from
BOTH rows.
Example: My table has the following values:
ID# Bank# Zip
1234 999333 43087
1234 998111 43084
3333 656111 43001
3333 659999 43023
9999 453333 43073
My Output would look like this: (if this is at all possible)
ID# Bank # Bank #1 Zip Zip1
1234 999333 998111 43087 43084
3333 656111 659999 43001 43023
9999 453333 - 43073 -
Can anyone help me outon this one? THANK YOU!