John,
Since we never have more than 30 records I don't think it will be necessary to join the tables.
Your queries are preforming a join (you're selecting from more than one table with one query, a common reference point....etc.). Check out http://dev.mysql.com/doc/mysql/en/JOIN.html
It can be confusing stuff, but if you can't retrive your data the way you want by looking at that, the people on the MySQL list are pretty friendly.
-- John C. Nichel �berGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED]
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

