G
Guest
I have a table with 2 fields. The first is filled with dates and the second values
How do I select the Minimum of the values and the date which this relates to
SELECT Min(tbl_table1.Filed1)
FROM tbl_table1
This select the minimum value but if I add date in as well all records are returned
John
How do I select the Minimum of the values and the date which this relates to
SELECT Min(tbl_table1.Filed1)
FROM tbl_table1
This select the minimum value but if I add date in as well all records are returned
John