Ok thank you
In the begining of my pagination form the code is like that:
Option Compare Database
Option Explicit
Private Const lRecPerPage As Long = 32
Private Sub cmd_page_1_Click()
Call Paginate(Me.cmd_pagination_1)
End Sub
Private Sub cmd_page_10_Click()
Call...
How can make a combobo with values 1,2,3,4,5............... and when select them i can view only those rows.When select 4 i can view 4 rows.When select 7 i can view 7 rows