Re: Finding most recent date only
* Alec Smith > I've got a database along the lines of the following > > -- > | Transactions | | Products | | TransDetails | > -- > | TransID | | ProdID | | TransID | > | TransDate| |
Finding most recent date only
Hi all - I've got a database along the lines of the following -- | Transactions | | Products | | TransDetails | -- | TransID | | ProdID | | TransID | | TransDate| | ProdName | |