Hi.
I have a database with one main table, let's say tblCompanies, which has two many-to-many relationships with other tables, tblPlaces and tblEmployees.
To support the many-to-many relationships, I have two associations tables, let's say tblAssociationsCP which contains Company ID and Place ID, and tblAssociationsCE which contains CompanyID and EmployeeID.
When I input data into tblAssociationsCE, it's fine, but when I input data into tblAssociationsCP, then close that same table and reopen it, the data I just inputted is gone!
But it's not all the way gone...
The disappearing data does show up in the "+" dropdown in tblPlaces on the correct rows, so the association has been made in some fashion (and by the way, I can't enter it again in the blank tblAssociationsCP, just like I can't double-enter two rows the same in tblAssociationsCE) but why might everything I input disappear out of one associations table and not the other? I thought I made them the same.
Any ideas?
Thanks very much.
-Nathan
I have a database with one main table, let's say tblCompanies, which has two many-to-many relationships with other tables, tblPlaces and tblEmployees.
To support the many-to-many relationships, I have two associations tables, let's say tblAssociationsCP which contains Company ID and Place ID, and tblAssociationsCE which contains CompanyID and EmployeeID.
When I input data into tblAssociationsCE, it's fine, but when I input data into tblAssociationsCP, then close that same table and reopen it, the data I just inputted is gone!
But it's not all the way gone...
The disappearing data does show up in the "+" dropdown in tblPlaces on the correct rows, so the association has been made in some fashion (and by the way, I can't enter it again in the blank tblAssociationsCP, just like I can't double-enter two rows the same in tblAssociationsCE) but why might everything I input disappear out of one associations table and not the other? I thought I made them the same.
Any ideas?
Thanks very much.
-Nathan