Bullsandbears123
Technical User
I have this SQL statement....
SELECT TOP 5 table1.myvalue AS myvalue223
FROM table1
WHERE table1.appdate<#6/10/2004#
ORDER BY table1.appdate;
But is returns more then the top 5, if I remove the order by statement it works fine.
What am I doing wrong? Please HELP I'm really in a jam!
thank you!!!!
SELECT TOP 5 table1.myvalue AS myvalue223
FROM table1
WHERE table1.appdate<#6/10/2004#
ORDER BY table1.appdate;
But is returns more then the top 5, if I remove the order by statement it works fine.
What am I doing wrong? Please HELP I'm really in a jam!
thank you!!!!