I have 2 tables related by Project_ID. Table 2 has a text field for status and a date field for date of status.
I want all of the fields in Table 1 and the status from Table 2 with the most recent update for a report.
My query has all of the records from Table 1 with "Group By" in Totals. It has the date field from Table 2 with "Max". As long as I don't add the status field from Table 2 all is well. But I really need the status and the date. Any help would be greatly appreciated!
I want all of the fields in Table 1 and the status from Table 2 with the most recent update for a report.
My query has all of the records from Table 1 with "Group By" in Totals. It has the date field from Table 2 with "Max". As long as I don't add the status field from Table 2 all is well. But I really need the status and the date. Any help would be greatly appreciated!