I have a very very simple SQL string that MS Access doesn't seem to like.
Select Top 5 * From news_table Order By news_date
This is returning ALL rows from the news_table not just the Top 5.
I thought this was a simple SQL statement, apparently it is not.
Any fixes or idea as to why this is not working? Thanks!