T
tmdrake
I have a main form that the user can select a ProjectID. When this is
selected a subform displays all the records in that table for that ProjectID.
My problem is that for example: I select ProjectID (PWD) the subform will
disiplay every employee working on that project, but instead on displaying
the employee only once, the query produces a record for each week the
employee was assigned to that project. I would like for the employee's
information to only show once and not for every week worked. Is there a way
to write the query?
All help is appreciated.
selected a subform displays all the records in that table for that ProjectID.
My problem is that for example: I select ProjectID (PWD) the subform will
disiplay every employee working on that project, but instead on displaying
the employee only once, the query produces a record for each week the
employee was assigned to that project. I would like for the employee's
information to only show once and not for every week worked. Is there a way
to write the query?
All help is appreciated.