hughesmi
08-03-2008, 03:16 PM
Would this be correct?
strSQL = "SELECT TOP 10 * FROM products WHERE 1=1 ORDER BY pDateAdded DESC"
Is there anther way to write it?
strSQL = "SELECT TOP 10 * FROM products WHERE 1=1 ORDER BY pDateAdded DESC"
Is there anther way to write it?