W
w00
Guest
Hello, im currently working with a MS ACCESS database and with PHP.
I used to be working with MySQL alot and there was a functioin in MySQL that could get a number of records from the database.
So like if there are 100 records in the database if could get just 20 from it with the 'LIMIT' function which looked like this
SELECT * FROM table ORDER BY id DESC LIMIT 0,10
that means that it gets first record, then the second, and the third until it has 10.
But this function obviously doesnt work for MS ACCESS. So i was wondering what the equivalent was for this in ACCESS??
I used to be working with MySQL alot and there was a functioin in MySQL that could get a number of records from the database.
So like if there are 100 records in the database if could get just 20 from it with the 'LIMIT' function which looked like this
SELECT * FROM table ORDER BY id DESC LIMIT 0,10
that means that it gets first record, then the second, and the third until it has 10.
But this function obviously doesnt work for MS ACCESS. So i was wondering what the equivalent was for this in ACCESS??