04. You are creating an advanced filter to select all artwork with a Status of Available AND that was created in 2002 OR 2003 OR 2005.
-- Line One
-- From the And/Or combo box select "AND"
-- From the Field combo-box, select "Status"
-- From the Comparison combo-box, select "="
-- From the Where combo-box, select "Available"
-- Line Two
-- From the And/Or combo box select "AND"
-- From the Paren combo box select "("
-- From the Field combo-box, select "Year"
-- From the Comparison combo-box, select "="
-- From the Where combo-box, select "2002"
-- Line Three
-- From the And/Or combo box select "OR"
-- From the Field combo-box, select "Year"
-- From the Comparison combo-box, select "="
-- From the Where combo-box, select "2003"
-- Line Four
-- From the And/Or combo box select "OR"
-- From the Field combo-box, select "Year"
-- From the Comparison combo-box, select "="
-- From the Where combo-box, select "2005"
-- From the Paren combo box select ")"
-- To Complete
-- Click Get Parameters
-- Click Save and, if you wish to reuse this filter, save and give it a meaningful name.