VBA Beginner
Registered User.
- Local time
- Today, 21:47
- Joined
- Apr 27, 2010
- Messages
- 11
Hi all,
This must be an age old issue but after searching I cannot find a solution..
I have 2 tables that need to be merged into 1.
The "Main Table" holds address information (e.g. client key, type of building, age, value, etc.), the "2nd Table" holds people resident at that address (e.g. client key, 1st name, surname, age, occupation etc.).
The problem I have is that if there are 3 people living at 1 address (within the "2nd Table") they are held on 3 separate rows (all with the same client key).
The "Main Table" has over 2 million rows (72 columns) and the "2nd Table" over 5 million rows (32 columns).
I need to add the "2nd Table" data on to the end of the "Main Table" where the client key matches however due to the duplicates in "2nd Table" I'm stuck.
Any ideas appreciated , apologies for the length of the question (and if this is in the incorrect forum).
many thanks
Glen
This must be an age old issue but after searching I cannot find a solution..
I have 2 tables that need to be merged into 1.
The "Main Table" holds address information (e.g. client key, type of building, age, value, etc.), the "2nd Table" holds people resident at that address (e.g. client key, 1st name, surname, age, occupation etc.).
The problem I have is that if there are 3 people living at 1 address (within the "2nd Table") they are held on 3 separate rows (all with the same client key).
The "Main Table" has over 2 million rows (72 columns) and the "2nd Table" over 5 million rows (32 columns).
I need to add the "2nd Table" data on to the end of the "Main Table" where the client key matches however due to the duplicates in "2nd Table" I'm stuck.
Any ideas appreciated , apologies for the length of the question (and if this is in the incorrect forum).
many thanks
Glen