I came today to ask a very similar question, so I'll post it first here in this thread.
I am running Access2000 for a simple contact management DB with clients in the parent table and individual sales calls in the child.
I created a grouped multi-table query that showed the most recent contact date for each client, and it worked great, however when I tried to add more fields from the child table, the grouping disappeared and the query result showed all the records, not just the most recent.
Here are the fields in the query that currently works:
Salesperson (Parent table, text)
Company Name (Parent table, text)
Company Address (Parent table, text)
Notes (Parent table, memo)
MaxOfP/V Date (Child table, date)
Here are the fields I'd like to add and have failed to do so successfully:
P/V (Child, text)
By (person) (Child, text)
Purpose (Child, text)
Comp'd? (Child, y/n)
Ordered? (Child, currency)
Product gifted (Child, text)
F/U action (Child, text)
F/U date (Child, date)
Notes (Child, memo)
I've tried a few things around joining on various fields and fiddling with the joins, creating sub-queries based on these queries etc, but I'm fumbling in the dark. Any suggestions or directions to reading on the topic? Thanks in advance.