G
Guest
I have a Task system for my Database, and it doesnt like assigning one
company many tasks. Each Task is made up of a number of things.
Task_ID = Auto Number
Task_Name = Txt
Task_Outline = Txt
Assigned_to_staff_member = txt
Company_Name = txt
I have a Table with all the company names in, and when there are 2 tasks
assigned to the same company name, it doesnt like it and says that cant be
done. Why not? A company could have many tasks assigned to it, it works fine
with teh staff members, and thier Id's. If one staff member can have multiple
tasks, one company should have multiple tasks!!!
The UserID's is a primary key, but doesnt have a problem with this
duplication. So why does the company_Name have a problem?
company many tasks. Each Task is made up of a number of things.
Task_ID = Auto Number
Task_Name = Txt
Task_Outline = Txt
Assigned_to_staff_member = txt
Company_Name = txt
I have a Table with all the company names in, and when there are 2 tasks
assigned to the same company name, it doesnt like it and says that cant be
done. Why not? A company could have many tasks assigned to it, it works fine
with teh staff members, and thier Id's. If one staff member can have multiple
tasks, one company should have multiple tasks!!!
The UserID's is a primary key, but doesnt have a problem with this
duplication. So why does the company_Name have a problem?