1: 2: 3:
select t.* from yourtable t where t.invno in ( select top 3 i.invno from yourtable i where i.Customer_No = t.Customer_No order by i.[Date] desc )