That sort of thing is quite basic in Access "if you know how to"
Basically, a form in Access serves to display information from a table or query and also allows you to click on buttons or labels which run visual basis or macros.
To select a range of records you can either filter by macro or
VB. If do that and we assume that yo are selecting 10 records out of 100 then the bottom of the form will show.....1 of 10 filtered....If release the filter then form will show 1 of 100 records.
You can also select the records with a query and this query is used to supply the records for display in the form. The query itslef can have selection criteria that is based on data on open forms.
You can also have different queries made that are using different selection criteria and with a simple macro you can change the query that is the record source for the form.