I have created some queries in MS Access 2007. they are giving error if I use LIMIT in query. Can anyone help me out in this? How to use LIMIT in MS Access 2007 query?
I have created some queries in MS Access 2007. they are giving error if
Share
There is no
LIMITkeyword in Access (if you use the JET engine). You can useTOP xto give the first x results.Usage:
From Microsoft Jet Database Engine Programmer’s Guide – Chapter 4: