I have one table called "Plants" that has a many-to-many relationship with a table called "Locations" through a third table called "PlantsToLocati ons". This setup works fine. I have a form where I can open a location and enter a list of all the plants found there.
Now, the problem is that individual plants may have two (or more) scientific names and I want to be able to search a name field for either name. So I tried to set up a second one-to-many relationship between the "Plants" table and a new table called "Species", but no matter how I attach the Species Table to the Plants Table, I cannot get it to work.
Is it possible attach one table to two other tables each with a one-to-many relationship?
Now, the problem is that individual plants may have two (or more) scientific names and I want to be able to search a name field for either name. So I tried to set up a second one-to-many relationship between the "Plants" table and a new table called "Species", but no matter how I attach the Species Table to the Plants Table, I cannot get it to work.
Is it possible attach one table to two other tables each with a one-to-many relationship?
Comment