rodeomount
Programmer
I have the following query which will return 2 records (Each has different dtPrinted values but the same intTblID values):
Select intTblID * from tblMyTable
How can I modify the query below to return the record with the oldest dtPrinted value
Select DISTINCT intTblID * from tblMyTable