Re: How not to display similar records in a subform?
- From: "Penny" <penny@xxxxxxxxxxxxxx>
- Date: Thu, 26 Jan 2006 21:58:34 GMT
Hi Jeff,
The point of the query is to return candidates who posses the Industry and
of Position Types or any combination of either, so are a necessary criteria.
The user only needs to see that candidate listed once however.
I've tried various combinations of the 'Unique Values' property, DISTINCT
and FIRST and none of them work. Any other ideas?
Regards,
Penny.
"Jeff Boyce" <JeffBoyce_IF@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:eSVAoinIGHA.2708@xxxxxxxxxxxxxxxxxxxxxxx
> Penny
>
> If Industry and Position Type are not germane, why show them? In fact,
> why
> include them in the query? If you want to see unique values of
> CandidateID,
> change that property in your query to show Unique Values.
>
> --
> Regards
>
> Jeff Boyce
> <Office/Access MVP>
>
> "Penny" <penny@xxxxxxxxxxxxxx> wrote in message
> news:newscache$iq8pti$11g$1@xxxxxxxxxxxxxxxxxxxxxxx
>> Hi All,
>>
>> I run a query based on a dynamically generated SQL select statement that
>> draws from a parent table and two linked tables. I then make the subforms
>> recordsource the query string. It works nicely to return and display the
>> Candidates who match the desired criteria and all the permutations of the
>> criteria combinations they've been matched against(example shown below).
>>
>> CandidateID Name Industry PositionType
>>
>> 543 Mary Health
> Secretary
>> 284 Sarah Aged Care
> Receptionist
>> 284 Sarah Aged Care Payroll
>> 284 Sarah Construction
> Receptionist
>> 284 Sarah Construction
> Administration
>> 889 Bob Banking Payroll
>>
>> But I only need to show each Candidate only once to display to the user,
> the
>> Industry and PositionType combinations are not needed for display
> purposes.
>> Is there any way to get the form to show each candidate id only once? Any
>> tips?
>>
>> Regards,
>>
>> Penny.
>>
>>
>
.
- Follow-Ups:
- Re: How not to display similar records in a subform?
- From: Jeff Boyce
- Re: How not to display similar records in a subform?
- References:
- How not to display similar records in a subform?
- From: Penny
- Re: How not to display similar records in a subform?
- From: Jeff Boyce
- How not to display similar records in a subform?
- Prev by Date: Re: Image Transparency
- Next by Date: Re: msimatch error 13- someone posted a question as an answer - re
- Previous by thread: Re: How not to display similar records in a subform?
- Next by thread: Re: How not to display similar records in a subform?
- Index(es):
Relevant Pages
|