Hello, I have a question about outputting a query subset.
What I would like to do is select the whole table, and then output it based on date.
Right now I'm doing several different queries to select from each year, which seems somewhat inefficient.
So, ideally, my output would look something like this:
[Select all press release data from the table.]
2011
[Output press releases for the year 2011.]
2010
[Output press releases for the year 2010.]
2009
[Output press releases for the year 2010.]