Create a link that searches a recordset
Newbie here. I have an MYSQL database where each item has a "category" column. I am trying to have a page that lists all of the possible categories, and when you click on one of the links, it takes your to a page with a recordset that is filtered for that category. I know how to filter my recordset by category but my question is how do I make a link that will instruct the server to filter the recordset based on the selected category? Thanks for any help somebody can offer.
