W
Walt
Hi again, I'm battled with creating a search form. What I'm trying to do is
create a form with a drop down menu and two text boxes that can be used for
keyword searches.
I have 4 tables: Sources, Recommendations, Accomplishments, and Master
The first three tables contain 2 fields: ID and Description
The last table (Master) has 3 fields that cross reference the IDs and looks
like this:
Source01 | Rec01 | Acc01
Source01 | Rec01 | Acc02
Source01 | Rec02 |
Source02 | Rec03 | Acc05
As you can see, I have duplicates and blanks in this table.
1) What I'm want to do is have the dropdown menu on my form contain the
source descriptions from the source table. If someone selects a source they
can hit the Go command button and get a report with all the recommendations
and accomplishments linked to that source, even if the accomplishment is
blank.
2) Next is the text boxes. I want to tie the text boxes to the
Recommendations and Accomplishments for keyword searches. So, when someone
selects a source, they can put a keyword in the Recommendation box and / or
Accomplishments box and when they hit Go they will get a report on that
Source that contains the recommendation and / or accomplishment based on
their keyword.
I don't know sql or VB and am hoping this is something that can be done
without code. I posted this request previously and had to rethink my
database tables and relationships (now many to many).
I appreciate any help.
create a form with a drop down menu and two text boxes that can be used for
keyword searches.
I have 4 tables: Sources, Recommendations, Accomplishments, and Master
The first three tables contain 2 fields: ID and Description
The last table (Master) has 3 fields that cross reference the IDs and looks
like this:
Source01 | Rec01 | Acc01
Source01 | Rec01 | Acc02
Source01 | Rec02 |
Source02 | Rec03 | Acc05
As you can see, I have duplicates and blanks in this table.
1) What I'm want to do is have the dropdown menu on my form contain the
source descriptions from the source table. If someone selects a source they
can hit the Go command button and get a report with all the recommendations
and accomplishments linked to that source, even if the accomplishment is
blank.
2) Next is the text boxes. I want to tie the text boxes to the
Recommendations and Accomplishments for keyword searches. So, when someone
selects a source, they can put a keyword in the Recommendation box and / or
Accomplishments box and when they hit Go they will get a report on that
Source that contains the recommendation and / or accomplishment based on
their keyword.
I don't know sql or VB and am hoping this is something that can be done
without code. I posted this request previously and had to rethink my
database tables and relationships (now many to many).
I appreciate any help.