Hello,
I have the following question:
To get the latest item i use the folowing code:
sSQL = "SELECT TOP 1 * FROM TblNews Order by Date DESC"
But now i need not the last item but the one just before that one!
Does anyone know the code as simple as possible please...
Thanks,
Fred
I have the following question:
To get the latest item i use the folowing code:
sSQL = "SELECT TOP 1 * FROM TblNews Order by Date DESC"
But now i need not the last item but the one just before that one!
Does anyone know the code as simple as possible please...
Thanks,
Fred