Hi, I have almost finished normalising data from an Excel sheet. I have for example, clients, who can have many accounts, and those accounts can have many transactions..
I have duplicate entries at client level though. I have isolated them in a table but I am now struggling to break them down appropriately. So I have eg Darren, anytown with ID of 1 then one account listed with it’s many transactions. Then have the same Darren but with an ID of 2 with 1 account listed and it’s many transactions. I am looking to consolidate, so dDrren 1 and 2 are merged to perhaps Darren, with account 1 below him with it’s transactions and account 2 below him with its transactions. Is there a way to do this using a combination of update and append queries, dropping and adding new PKs etc?
Thanks, Darren.