B
byman2030
I am new to Access2000, and I am looking for an efficent way a user can jump
from one record in a table to one that is far away in that same table.
Orignally, I wanted to confine the user to the form view. But the navigation
control only moves one record at a time or jumps to the end. If a record is
200 records away that requires 200 tedious clicks to get there. Too much
work for the user.
So, I am thinking it may be best to start the user with the datasheet view
instead of the form view. I could then include a search field that will
jump the record pointer based on what is typed in the search box. If the
user types "Smith," the record pointer will start from the top and jump to
the first "Smith" alphabetically.
Since the user is already in datasheet view, it would be easy to select the
exact "Smith" from there sicne the user could see multiple Smiths at one
glance.
The user can then double click the exact Smith and a form would pop up with
that exact record for editing.
from one record in a table to one that is far away in that same table.
Orignally, I wanted to confine the user to the form view. But the navigation
control only moves one record at a time or jumps to the end. If a record is
200 records away that requires 200 tedious clicks to get there. Too much
work for the user.
So, I am thinking it may be best to start the user with the datasheet view
instead of the form view. I could then include a search field that will
jump the record pointer based on what is typed in the search box. If the
user types "Smith," the record pointer will start from the top and jump to
the first "Smith" alphabetically.
Since the user is already in datasheet view, it would be easy to select the
exact "Smith" from there sicne the user could see multiple Smiths at one
glance.
The user can then double click the exact Smith and a form would pop up with
that exact record for editing.