Is it possible to retrive record with limit in MS-Access Database table?
I have to use update query; while using this I am getting a syntax error.
Example:
Update Report Set Status='Processing' where Status='No' LIMIT 10
Can any one help me on this?