I have a main table where sales information get's entered (many to) and another table, that links to this table and lists first and last name (one).
All employees belong to a team and one report lists sales by team. Instead of indicating for every record in the sales table to which team they belong to, I put another column in the employee name table indicating which team they belong to with a number that again links to a table with the team names. I don't know if the design I used makes sense because if an employee is going to change a team or the team name changes, then I have to permanently change the number in the employee table and old records will, at least in the team report, not make sense anymore. It would require much more work to indicate for every individual sales record which team it has to be assigned to. Do I have to redesign the database?
Thanks.
Maddi
All employees belong to a team and one report lists sales by team. Instead of indicating for every record in the sales table to which team they belong to, I put another column in the employee name table indicating which team they belong to with a number that again links to a table with the team names. I don't know if the design I used makes sense because if an employee is going to change a team or the team name changes, then I have to permanently change the number in the employee table and old records will, at least in the team report, not make sense anymore. It would require much more work to indicate for every individual sales record which team it has to be assigned to. Do I have to redesign the database?
Thanks.
Maddi