A
Anchoress
I have a simple contact management db with stores in the parent table and
individual contacts with salespeople in the child table. I wanted to create a
query that would show each store with the most recent contact.
I created a successful grouped query that used the "max" feature to show the
date of the most recent contact for each store, but when I tried to add more
info from the child table, the grouping turned off.
I am sure that my question has been asked and answered multiple times, and
if someone would just steer me to where I can find the answer that would be
great. Below is a list of the fields in the successful query:
Salesperson (Parent table, text)
Company Name (Parent table, text)
Company Address (Parent table, text)
Notes (Parent table, memo)
MaxOfP/V Date (Child table, date)
And here's what I'd like to add:
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)
individual contacts with salespeople in the child table. I wanted to create a
query that would show each store with the most recent contact.
I created a successful grouped query that used the "max" feature to show the
date of the most recent contact for each store, but when I tried to add more
info from the child table, the grouping turned off.
I am sure that my question has been asked and answered multiple times, and
if someone would just steer me to where I can find the answer that would be
great. Below is a list of the fields in the successful query:
Salesperson (Parent table, text)
Company Name (Parent table, text)
Company Address (Parent table, text)
Notes (Parent table, memo)
MaxOfP/V Date (Child table, date)
And here's what I'd like to add:
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)