Hi,
Tried something for fun and it worked perfectly. Thought others might like to know that you can use subqueries in the standard filter form. For example to return the latest row from my table named "sales_trans" I can enter "=( select max(time_stamp) from sales_trans )" into the "time_stamp" input box on the filter form for the table. Pretty cool...

Ken