G
Guest
I have a task monitoring system that is related to staff members, and the
companies these tasks are linked to. Each Task is made up of;
Task_ID = Auto number
Task_Name = Txt
Task_Outline = Txt
Task_Deadline = Date DD/MM/YYYY
Assigned_Staff_member = Txt
UserName = Txt (Primary Key on another Table)
Company_Name = Txt
The problem I am having is that my database will not allow me to assign
multiple tasks to one company. A company can and will have multiple tasks
assigned to it, why wont my database allow me to do that? Initially the table
did have Company_ID set as its primary key and it was an Autonumber, so I
could understand why it wouldnt let me duplicate the company_ID. So I changed
the primary key to Task_ID, and tried again and it still wouldnt work. I
removed company_ID and entered Company_Name instead which is a txt form and
again it still wont work!!!
Can anyone help me???
companies these tasks are linked to. Each Task is made up of;
Task_ID = Auto number
Task_Name = Txt
Task_Outline = Txt
Task_Deadline = Date DD/MM/YYYY
Assigned_Staff_member = Txt
UserName = Txt (Primary Key on another Table)
Company_Name = Txt
The problem I am having is that my database will not allow me to assign
multiple tasks to one company. A company can and will have multiple tasks
assigned to it, why wont my database allow me to do that? Initially the table
did have Company_ID set as its primary key and it was an Autonumber, so I
could understand why it wouldnt let me duplicate the company_ID. So I changed
the primary key to Task_ID, and tried again and it still wouldnt work. I
removed company_ID and entered Company_Name instead which is a txt form and
again it still wont work!!!
Can anyone help me???