Hi All,
I have a table "tblOrderInput" that has the following fields:
OrderID Customer OrderEntryDate
(E.g. data as follows)
12000 Joe Blow 12/10/03
12001 Mr Smart 12/09/04
12002 Joe Blow 10/10/04
12003 Mrs Smith 11/10/04
etc.........
How do I create a query that returns the customer name & the last Order Entry Date?
Thanks in advance.
I have a table "tblOrderInput" that has the following fields:
OrderID Customer OrderEntryDate
(E.g. data as follows)
12000 Joe Blow 12/10/03
12001 Mr Smart 12/09/04
12002 Joe Blow 10/10/04
12003 Mrs Smith 11/10/04
etc.........
How do I create a query that returns the customer name & the last Order Entry Date?
Thanks in advance.