Forum: MS Access and FileMaker Pro Feb 11th, 2008 |
| Replies: 3 Views: 1,899 tnx hollystyle.. Is it possible to get the remaining results in the query after using the TOP?
e.g.
Select TOP 10 qryOPAC.* FROM qryOPAC
It returns 20 records, since im using the TOP 10 it... |
Forum: MS Access and FileMaker Pro Feb 11th, 2008 |
| Replies: 3 Views: 1,899 Hi there. how can i limit the value of records in Access. Is there a LIMIT function in Access like in MySQL? tnx in advance.. |