Not sure if this is a newbie question or not. I used to be pretty good at Access but it has been many years, so....
I need to set up an application to match up buyers and sellers.
Each buyer has a list of things he wants to buy, and each seller has a list of things he wants to sell.
I want to match up buyers and sellers based on how many items they have in common - for instance, seller #17 wants to sell cats, dogs, hamsters and guinea pigs. Buyer #6 wants to buy guinea pigs, turtles, hamsters, goldfish and cats. They have 3 items in common so they are a pretty good match.
For some reason I can't decide conceptually how to set up the database - should buyers and sellers be in the same table? It seems as though they should be in two different tables, but I can't figure out what the relationship between the tables should be.
Ideas?
TIA