Hello everyone,
I'm currently learning the basics of Access, and I have a project which requires me to set up a database for a financial institution which deals with unit trusts and customers.
Each customer has a certain risk tolerance, and each unit trust has a risk rating, both on the scale of 1-10. I believe this is a many-to-many relationship
I've made junction table (called Recommendations) linking these 2 tables, and i've made a query to list out all the relevant entries where a unit trust is linked to a customer with the correct risk tolerance level.
here's my first question. how do I transfer the data from the query to the Recommendations table? I've made 2 queries, to Delete the entire table, and another to Append all the query results into the table, but i believe this method is inefficient especially for huge companies with many clients and many unit trusts. Is there some other way to populate the junction table?
Next question.. in the event that a new client is obtained, or a bank releases a new unit trust, how do i update the junction table? i.e. If the customer has a risk tolerance of 5, and there are 20 unit trusts with risk rating 5 and below, i'll need 20 new entries into the junction table.. this cant be done manually right?!?
Are macros needed to link forms to tables? i've been trying to find info about this all day and i'm still stuck
any help would be GREATLY appreciated!
thanks in advance
I'm currently learning the basics of Access, and I have a project which requires me to set up a database for a financial institution which deals with unit trusts and customers.
Each customer has a certain risk tolerance, and each unit trust has a risk rating, both on the scale of 1-10. I believe this is a many-to-many relationship
I've made junction table (called Recommendations) linking these 2 tables, and i've made a query to list out all the relevant entries where a unit trust is linked to a customer with the correct risk tolerance level.
here's my first question. how do I transfer the data from the query to the Recommendations table? I've made 2 queries, to Delete the entire table, and another to Append all the query results into the table, but i believe this method is inefficient especially for huge companies with many clients and many unit trusts. Is there some other way to populate the junction table?
Next question.. in the event that a new client is obtained, or a bank releases a new unit trust, how do i update the junction table? i.e. If the customer has a risk tolerance of 5, and there are 20 unit trusts with risk rating 5 and below, i'll need 20 new entries into the junction table.. this cant be done manually right?!?
Are macros needed to link forms to tables? i've been trying to find info about this all day and i'm still stuck
any help would be GREATLY appreciated!
thanks in advance