Ah, sorry I was too dense.
If you create your query, with the parent & child tables joined, and add the
fields from the child table that you wish to select on, you can then
un-check them so they won't show.
When you add "parent" fields, you will get as many as there are child rows
that match your criteria. This is a problem when you only want to see the
parent info one time, no matter how many child rows match.
Right-click in the open space (i.e., not on a table) and select properties.
Set the Unique Values to "Yes". You should get each unique combination of
parent row values only once.
Regards
Jeff Boyce
Microsoft Office/Access MVP
> Hi Jeff,
>
[quoted text clipped - 69 lines]
>>>>>
>>>>> - Phil
Phil - 22 Aug 2006 17:54 GMT
Thanks Jeff, this worked.
It still wouldn't let me edit the returned data, but when I changed it from
uniquevalues to uniquerecords it returned the same results and allowed me to
edit the data.
Thanks for all your help!
- Phil
> Ah, sorry I was too dense.
>
[quoted text clipped - 90 lines]
>>>>>>
>>>>>> - Phil