C
CanFlightSim
I have a database project where there are exiting Brokers,
FundPurchases and Investors in three tables.
A Broker sells to many investors who can have many transactions. Each
Investor usually has his/her own broker.
The keys are AgentID, PurchaseID,InvestorID
The exiting data is all linked because they typed it into forms with
the joins in place.
Now things have grown and they get the data a few thousand records at a
time on Excel spreadsheets.
The new data for all three tables ends up on one Escel sheet by the
time it is broken up and cleaned.The only unique item in each record is
the investor's Social Insurance number. SIN. With that, I am able to
populate the Investor table and link it to fundPurchases. An investor
can purchase many funds. But I can't figure a way to populate the
existing Brokers table and have each broker link to each transaction
and thereby each investor.
This is my first post ... so please be patient with me.
Thnks
Will
FundPurchases and Investors in three tables.
A Broker sells to many investors who can have many transactions. Each
Investor usually has his/her own broker.
The keys are AgentID, PurchaseID,InvestorID
The exiting data is all linked because they typed it into forms with
the joins in place.
Now things have grown and they get the data a few thousand records at a
time on Excel spreadsheets.
The new data for all three tables ends up on one Escel sheet by the
time it is broken up and cleaned.The only unique item in each record is
the investor's Social Insurance number. SIN. With that, I am able to
populate the Investor table and link it to fundPurchases. An investor
can purchase many funds. But I can't figure a way to populate the
existing Brokers table and have each broker link to each transaction
and thereby each investor.
This is my first post ... so please be patient with me.
Thnks
Will