I have a main table with municipal information (muniID, name, contacts, etc) that are specific to each municipality. I have another table containing meeting information including comments and a date for each meeting that has been held with each of the municipalities. (1 municipality to many meetings relationship)
I would like to make a report with some of the info from the main table for each municipality and only the most recent meeting date for each. I've got a query set up with the fields from the main table I'd like and meeting dates from my meeting table. Of course when I run the query I get all the meeting dates ever held (sometimes 4 or 5 for one municipality with the same municipal information repeated).
How do I get only the most recent meeting so I know who I haven't met with in a while?
I would like to make a report with some of the info from the main table for each municipality and only the most recent meeting date for each. I've got a query set up with the fields from the main table I'd like and meeting dates from my meeting table. Of course when I run the query I get all the meeting dates ever held (sometimes 4 or 5 for one municipality with the same municipal information repeated).
How do I get only the most recent meeting so I know who I haven't met with in a while?