Hi all, (newbie question) - let's say, (for some other reasons I'll skip here) I needed to do two separate queries to the same mysql contacts table (rather than one more elegant combined one) 1 - find everybody from California 2 - find everybody from Texas Then – I would like to combine both of these queries into some kind of an array that I could loop through and display after sorting by last name Q: I am curious the best way to combine the 2 separate queries into 1 afterwards? -- Thanks, Dave - DealTek dealtek@xxxxxxxxx [db-15]