I'm looking for a script that creates a table from an Access Database that can sort by the different information in the database. The table would show links stored in the database. In the database there would be a name, URL (hidden), created date, and a release date. When it runs it would sort by name but you could select whatever column, and it would sort by date. To clarify the table under the name field would be
<a href="URL name ">name</a>
I'm sure there's a script out there that can do this, I just don't know what to look for, and the double date thing may need to be added in which I'm not sure how to do. If anyone already found something like this or knows what I should look for any help would be greatly appreciated.