Hi,
A little problem, I made a table (TblKid) that has a field Contract# and a field TaskOrder#. For each Contract#, there are many TaskOrder#'s. So now I want to create a new table (TblDad) with a field Contract# with additional info such as Contractor, Point of Contact, Phone Number, Address, etc... Then build a one to many relationship. However, when I try to build the relationship, it doesn't let me. All the records I have in the secondary table are within the primary table, I'm sure of it! How do I get through this problem?!
Also, since there are many TaskOrder# to a Contract#, it is possible to have duplicate TaskOrder# in TblKid. However, the combination of TaskOrder# and Contract# is unique. I want to ensure that a duplicate TaskOrder# is not input within the same Contract#.
I hope my questions make sense, thanks for your help!
A little problem, I made a table (TblKid) that has a field Contract# and a field TaskOrder#. For each Contract#, there are many TaskOrder#'s. So now I want to create a new table (TblDad) with a field Contract# with additional info such as Contractor, Point of Contact, Phone Number, Address, etc... Then build a one to many relationship. However, when I try to build the relationship, it doesn't let me. All the records I have in the secondary table are within the primary table, I'm sure of it! How do I get through this problem?!
Also, since there are many TaskOrder# to a Contract#, it is possible to have duplicate TaskOrder# in TblKid. However, the combination of TaskOrder# and Contract# is unique. I want to ensure that a duplicate TaskOrder# is not input within the same Contract#.
I hope my questions make sense, thanks for your help!