Question
Linking one record to another record
I have two tables:
Ads
Articles
I've created a way to link specific ads to specific articles so that relevant ads are shown to whoever is reading an article. However, I think my method is going to require a lot of upkeep. I thought about entering keywords for the ads and articles, but I wanted it to be more specific so the results were more relevant.
How would you go about it?
