jrabenhorst
IS-IT--Management
I've created a query for applications that come through our insurance company. Each application requires inputting a policy #, an agent name, and an agent number. Because each agent has a specific number, I created a seperate table with agent names and numbers so that my form will automatically fill in the agent name when the number is inputted. However, agents come and go quite frequenty, and when I change an agent name in the agent table, it automatically updates all previous records of that number with that new names and deletes the original name. Any ideas on how to prevent this from happening?