My question relates to searching via an HTML form using an Access SQL database. I am trying to make a form box, with which a user can search for a poem containing whatever word they input. The results would then be shown in a list of which the user may choose from on the page.
How would I go about searching the database for the word(s) inputted by the user? The "body" is the main content of each poem which it would have to search. Any help would be appreciated.