Hello,
I am developing a system for my university studies which will allow me to manage the resources I have collected through my time in education.
I currently have three tables, one which stores the 'Article Data', such as title, hyperlink to resource, date published etc.
2nd Table has a list of keyword in
3rd Table links the articles to keywords through one-to-many relationships.
I need to create a form which would allow me to search a combination of keywords to locate a relevant article. e.g. if an article has the keywords "Regeneration" "Local" "Urban" "Social", I would select those keywords and it should find that (or any other relevant) article(s).
How can I do this?
Kind Regards, Luke
I am developing a system for my university studies which will allow me to manage the resources I have collected through my time in education.
I currently have three tables, one which stores the 'Article Data', such as title, hyperlink to resource, date published etc.
2nd Table has a list of keyword in
3rd Table links the articles to keywords through one-to-many relationships.
I need to create a form which would allow me to search a combination of keywords to locate a relevant article. e.g. if an article has the keywords "Regeneration" "Local" "Urban" "Social", I would select those keywords and it should find that (or any other relevant) article(s).
How can I do this?
Kind Regards, Luke