Hi! Just started using access at work and don't know how to do a lot of things.. If I want to do something like below:
I have a table like this: where the first and second columns have duplicates in table. for example Column A would be a street number and Column B would be the name, and rest is information about that address.
87 james 3 h 7
87 james 5 6 4
When there are duplicates in rows(same address), I want to copy the rest of the information in that row excluding the address, so Column C, D and E, and paste it beside the first row(so F G H), so there are no duplicate address in rows and all the information about that address is stored in the row. Like below:
87 james 3 h 7 5 6 4
I have over million records...How do I do this?thank you!