G
Guest
Hello all
I have created a form to enable users to search for an application rather
than use the CTRL+F find function built into access.
I have created the following:-
1. A form called Search_Form
The search form contains a listbox. The list box is populated from a query
called Search_Bar. The Query Search_bar contain the following:-
Expr1: [Data Entry]![Customer Name]
Expr2: [Data Entry]![Application ID]
Expr3: [Data Entry]![Lender]
The list box is set up to read the query and this so far is working OK
What I want to do is be able to click on an entry in this listbox and have
it take me to the respective entry in the Data Entry form (form name is
Data_Entry)
I would also like it to be able to search by Lender, Application ID or
Customer name.
If the user chooses search by lender, I would like the search function to
bring up everything in the data base for that particular lender.
Does this sound like it is going to work???
I have created a form to enable users to search for an application rather
than use the CTRL+F find function built into access.
I have created the following:-
1. A form called Search_Form
The search form contains a listbox. The list box is populated from a query
called Search_Bar. The Query Search_bar contain the following:-
Expr1: [Data Entry]![Customer Name]
Expr2: [Data Entry]![Application ID]
Expr3: [Data Entry]![Lender]
The list box is set up to read the query and this so far is working OK
What I want to do is be able to click on an entry in this listbox and have
it take me to the respective entry in the Data Entry form (form name is
Data_Entry)
I would also like it to be able to search by Lender, Application ID or
Customer name.
If the user chooses search by lender, I would like the search function to
bring up everything in the data base for that particular lender.
Does this sound like it is going to work???