Let me try this again.
I will have a database: dbName. In this database, there is a table: Downloads.
Now, in this table there is an ID field which is indexed, and there is a Category field.
I want to search the Database for 1 item from each category, then display them.
=============================
HTML Page Setup
Downloads page queries database asking for what categories there are, and what images to display as links.
The user clicks on the link and is taken to a page to where the query shows only those entries with the Category of which they selected.
If there was a way to do tables within tables that woudl be the easiest.
Perhaps it would be better to create a database: Downloads and then a table for each category and then pull the top row from each table and display that as the link.
I'd much rather do it within a table.
Thanks for the help.
~Brett