asp_learner
Registered User.
- Local time
- Today, 12:07
- Joined
- Jun 7, 2001
- Messages
- 46
Hi,
I am trying to normalize a collection database that has 10 years worth of data.
In Table 1, I have data on client that owes money, plus the following fields, collection agent, date sent to agent, amount sent to agent.
In Table 2, I have
Payment Number
Payment Date
Payment Amount
I want to create a third table for Collection Agent and delete that from the first table.
The way the database is set up now is that when a case gets returned by a collection agent, it gets changed to none and then if it gets assigned to another agent they changed it to the new name.
I figured out by normalizing the tables I will solve a lot of problems with this messy database.
What I am debating is should collection agent be also featured in the payment table to make it easier to see who collected whichh payments?
Thanks,
Eva
I am trying to normalize a collection database that has 10 years worth of data.
In Table 1, I have data on client that owes money, plus the following fields, collection agent, date sent to agent, amount sent to agent.
In Table 2, I have
Payment Number
Payment Date
Payment Amount
I want to create a third table for Collection Agent and delete that from the first table.
The way the database is set up now is that when a case gets returned by a collection agent, it gets changed to none and then if it gets assigned to another agent they changed it to the new name.
I figured out by normalizing the tables I will solve a lot of problems with this messy database.
What I am debating is should collection agent be also featured in the payment table to make it easier to see who collected whichh payments?
Thanks,
Eva