semplificando la query ho fatto così:
SQL="SELECT * FROM agenda where anno = " & 2011 & " and mese > 6 and giorno > 7 order by anno asc, mese asc, giorno asc"
come faccio a limitare l'estrazione a N. Records ?
semplificando la query ho fatto così:
SQL="SELECT * FROM agenda where anno = " & 2011 & " and mese > 6 and giorno > 7 order by anno asc, mese asc, giorno asc"
come faccio a limitare l'estrazione a N. Records ?
Ars longa...vita brevis.