![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
It ages since I did anything with Paradox and I have what I think is silly problem that I just can't get my head around. |
|
I have a 60k record table with two fields, ProductCode and DateSold; there are many entries for each ProductCode with the corresponding date of sale. I want to query the table to produce a results table giving the ProductCode and the most recent DateSold for each product. |
#3
| |||
| |||
|
|
In article <fYKho.114916$ki7.92091 (AT) newsfe24 (DOT) ams2>, Trevor Guy <trevor (AT) ewh (DOT) co.uk> wrote: It ages since I did anything with Paradox and I have what I think is silly problem that I just can't get my head around. Ditto, but I can help you (hopefully) based on my SQL... I have a 60k record table with two fields, ProductCode and DateSold; there are many entries for each ProductCode with the corresponding date of sale. I want to query the table to produce a results table giving the ProductCode and the most recent DateSold for each product. In SQL terms, what you want is max(DateSold), but I have no clue how to execute this with Paradox. |
![]() |
| Thread Tools | |
| Display Modes | |
| |