When a query on my page is run, everything is fine and the results are displayed in multiple columns, one of the columns name is priority, whose values are either 1, 2, or 3. What im trying to do is display the results (from the first query) depending on which priority is selected (1, 2, or 3). Since you are experts n ths area, is there aa simple wa to do this? (Like maybe only printing the results of the query whose priority = 1, 2, or 3 )?