Hi,
I have a database for planning a vegetable garden, within it there is a table for vegetables which contains a field called 'avoid', this links to records in the vegetables table that this plant shouldn't be planted near. I would like to do some sort of rollup / lookup to show a list of vegetables that need to avoid this plant.
Beans need to 'avoid' onions.
In the onions record I'd like to see field that says onions are 'avoided by' beans.
This is similar to a two-way link where one person becomes their daughter's mother after making the link.
Any ideas? Thanks.