database results

S

SEBSAH

I have a department directory in an Access database and
want the users to be able to seach by department via a
webpage.

When a user chooses "Mailroom/Receiving," for example,
from a drop-down list, the result form shows each
individual in that department.

What I want to do is display the chosen department ONE
TIME before the results rather than displaying the
department in each person's record.
 
G

Guest

The results are coming from the same table, so a One-To-
Many won't do this or am I missing something???
 
A

alex

What if you try to introduce another database result area.

I mean 2 retrieve functions - first for whole dept and
then for individuals.
Alex
 
Top