You'll need the two drop down boxes
one with Position
eg Administration
Accountant
Programmer
Analyst
Web Designer
Graphic Designer
and in the "Industry" drop down box you'd have
Banks/Finance Sector
Government
Software Development
Private Sector
etc
Then your query would be
Select * from table JOBS where [Industry] = ::Industry:: AND [Position] =
:
osition::
or similar.
You don't explain what sort of help you need i.e constructing the query or
the actual search form.
all you'd need are the two drop down boxes with the names "Industry" and
"Position" and list all the jobs/industriesdata within them
Unless you plan to populate those boxes from a database in its own right
rather than manually typing in each item, this is simple matter of producing
two database results areas, and displaying the results using the dropdown
boxes which become the basis for your search form.
Others here might be able to elaborate.
Steve said:
Can someone please help me with my database? I manage a small recruitment
firm and I'm trying to setup two search drop down boxes (positions sought
&
industry, using DRW in FP2003 & MS Access), when clicked, clients will be
transferred to an expanded database which is specific to their original
search.