T
Tarlac
I have a form that allows add/edit /view ENTRIES. The record source of my
form is the master_table (not a query) that contains all the ENTRIES. I used
the record navigation functions of ACCESS (prev record, next rec, add rec,
find a record and so on..)
I am new to ACCESS and no experience in VB coding. Now that my master_table
is getting bigger, I understand it will be faster if I have a SEARCH routine
that queries only a record or a set of records instead of fetching all
records of the master_table by using the FIND function of access.
Is there a template/sample code/approach for a SEARCH routine that I can
start on , that will allow my users to search for the LAST NAME of a member
and displays the member info on the form. This way it will only fetch that
record instead of retrieving all the records of the master_table which my
form is currently doing.
Thanks in advance for your help.
form is the master_table (not a query) that contains all the ENTRIES. I used
the record navigation functions of ACCESS (prev record, next rec, add rec,
find a record and so on..)
I am new to ACCESS and no experience in VB coding. Now that my master_table
is getting bigger, I understand it will be faster if I have a SEARCH routine
that queries only a record or a set of records instead of fetching all
records of the master_table by using the FIND function of access.
Is there a template/sample code/approach for a SEARCH routine that I can
start on , that will allow my users to search for the LAST NAME of a member
and displays the member info on the form. This way it will only fetch that
record instead of retrieving all the records of the master_table which my
form is currently doing.
Thanks in advance for your help.