My situation that I'm very puzzled about is...
I have a project management database which has correspondences as well as projects. I'm trying to Have a way for Correspondence Item be related to Item 2 & 3. I'd also like to have Item also related to Item 4. All of them have a unique Primary Key (PK). I have been experimenting with using a separate table that just holds all of the PK's that ever had a relationship/link added & would use the Foreign Key (FK) as another field. Ultimately, I want my correspondence entry form to have a list box showing all of the items that are related to it & be able to add more or directly click on it to open it up. Does anyone know of a good resource to figure this out?
I have a project management database which has correspondences as well as projects. I'm trying to Have a way for Correspondence Item be related to Item 2 & 3. I'd also like to have Item also related to Item 4. All of them have a unique Primary Key (PK). I have been experimenting with using a separate table that just holds all of the PK's that ever had a relationship/link added & would use the Foreign Key (FK) as another field. Ultimately, I want my correspondence entry form to have a list box showing all of the items that are related to it & be able to add more or directly click on it to open it up. Does anyone know of a good resource to figure this out?