Adding to what Delorfra says, FP2000 has the nifty database results wizard (Insert, Database on the menu) which, if you don't have the database connection already set, will do that for you (the database must be imported to your site first). To do this, choose File, Import in FP2000 which will recognize the database and place it in a separate folder (usually fpdb) on your site.
Then the wizard will walk you through setting up the results region on a web page including options for adding a search bar, which can be used by viewers to search for particular terms. The terms used must match the data in your database exactly or the results will return no records found. That being the case, the search bar can be altered to a drop down list, if desired, after the fact. That way, you can assure the search terms used will work.
When going through the wizard, you'll see that you can choose to build your results from fields available in both tables and queries (database objects) that reside in the database, although only from one object per results region (unless you know SQL and can construct your own query that way).
Depending on how large and complex your database is, its probably a good idea to construct a query that includes only the results you want displayed on your web page. Then that can be your record source (step 2 of the database results wizard)for the database results on the web page.
One good resource is the FP2000: ASP Web Wizard 2000 for Databases (article id: Q206019) available on the MS Knowledge base at
This gives a comprehensive look at how the database wizard works and what is needed to use it.
The BIG down side to using FP2000 is that these advanced features are reliant on the site being hosted on an NT web server running Internet Information Server with FP extensions installed. Best to know this up front -- good luck!