is vfp5.0 has build in syntax to return the last modified entries amount records,
for example, table "order", primary key "client_num", and I want to query only the last activities,
return: 0001, 1/19/2002
0002, 2/3/1995
table: order
+-----------------------------------+
| client_num | date_orderd |
|0001 | 1/2/2000 |
|0001 | 2/2/2000 |
|..... | ..... |
|0001 | 1/19/2002 |
|0002 | 1/3/1994 |
|0002 | 2/3/1995 |
| .... | ...... |
+-----------------------------------+
TIA
Dennis
for example, table "order", primary key "client_num", and I want to query only the last activities,
return: 0001, 1/19/2002
0002, 2/3/1995
table: order
+-----------------------------------+
| client_num | date_orderd |
|0001 | 1/2/2000 |
|0001 | 2/2/2000 |
|..... | ..... |
|0001 | 1/19/2002 |
|0002 | 1/3/1994 |
|0002 | 2/3/1995 |
| .... | ...... |
+-----------------------------------+
TIA
Dennis