I have table in an Access db that looks like below:
There are two fields - Cover number and address
What I want to do is create a query or alter the table so that the output leaves me with no repetition of the cover number and the address all on one line between the two fields. I.E. The address was spread out over multiple rows but I just want to have it on one row. Just like below:
Does anybody know of a way I could approach this?
There are two fields - Cover number and address
Cover Number: Address:
0012345 8 Big House
0012345 Boston
0012345 USA
1123400 22 Small House
1123400 Chicago
1123400 USA
0055443 4 Medium House
0055443 Paris
0055443 France
......
.....
....
What I want to do is create a query or alter the table so that the output leaves me with no repetition of the cover number and the address all on one line between the two fields. I.E. The address was spread out over multiple rows but I just want to have it on one row. Just like below:
Cover Number: Address:
0012345 8 Big House Boston USA
1123400 22 Small House Chicago USA
0055443 4 Medium House Paris France
Does anybody know of a way I could approach this?
Last edited: