Most recent record

P

Pic

My database consists of 2 tables. CONTACTS and MEETINGS.

CONTACTS contains name fields (FName, LName), address fields, etc..
Key field is CONTACTID.

MEETINGS contains info about meetings I've had with each contact: date
of meeting, place, time topic. One of the fields is a memo field. Key
field: MEETINGID.

The tables are related by CONTACTID.

I would like to create a query that returns the name of each of my
contacts (alphabetized on last name) and all the info from my most
recent meeting with that contact.

Any help would be greatly appreciated.

Thanks in advance,
Pic
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top