I'm trying to create a Lookup Query for a tax percentage. My Table contains a AutoNum for the purpose of order, a Number named StoreID, and a Number named TaxRate. There are other things, but they aren't relevant to this. I'm trying to get the most recently stored TaxRate (using the AutoNum) that the StoreID had. For example: Store1 January rate is 0.875, Store1 February rate is 0.88, Store1 March rate is 0.7, when entering Store1 April the box should show 0.7 since it's the most recent. Any ideas on how to set up a query for this? I really don't want to use SQL.