L
Linus
I have exhausted my search for a solution...I would appreciate your help.
I have a Main Menu from where I launch a small pop-up form that lets the
user select a "department" name from a combo-box. After he does this, a
standard form is displayed that shows specific information about each person
in the department selected. This works fine.
After the user displays this latter form, I am trying to get a command
button on the form to permit him to further search the individual records
associated with the "department" initially selected from the combo-box. This
really amounts to a "drill-down" which will enable the user to now locate
people within the "department" that have a unique qualification, based on a
parameter search through several fields.
The paramter search is not the problem, for it works fine, as well...EXCEPT
it searches the entire company's database, rather than the selected
departmental subset of the company Db.
I need assistance in restricting the second search routine to the
pre-selected department's list of people.
Much thanks, in advance...
I have a Main Menu from where I launch a small pop-up form that lets the
user select a "department" name from a combo-box. After he does this, a
standard form is displayed that shows specific information about each person
in the department selected. This works fine.
After the user displays this latter form, I am trying to get a command
button on the form to permit him to further search the individual records
associated with the "department" initially selected from the combo-box. This
really amounts to a "drill-down" which will enable the user to now locate
people within the "department" that have a unique qualification, based on a
parameter search through several fields.
The paramter search is not the problem, for it works fine, as well...EXCEPT
it searches the entire company's database, rather than the selected
departmental subset of the company Db.
I need assistance in restricting the second search routine to the
pre-selected department's list of people.
Much thanks, in advance...