OK, I have a database which has three main tables:

1. funding_source_info (unique ID# per source which has all the
contact info, etc.)

2. research_area (list of research area with unique id#)

3. funding_source_research_area (two columns of id #s, one linked to
funding_source_info & the other linked to research_area)

I have a form created which a user can search by funding source name
(found in funding_source_info) or research area (found in
research_area). This form should bring back a list of names from
funding_source_info, hyperlinked which will take them to more detailed
information (also found in funding_source_info)

I am pretty lost and would appreciate any help to get me started.

THANKS!!!