To the brainstrust,
I have seen some similar questions as this, however due to being a bear of little brain, have had trouble adapting those solutions to my tables.
Basically, I have 2 tables with fields shown below:
caseTable
- caseID
- caseLodged
- caseAllocated etc
caseRequestTable
- caseLink
- caseRequestDate
- caseRequestType
The table are linked by caseID and caseLink.
I need the query to show all cases (from caseTable) with only the most recent request (from caseRequestTable). To date I have only managed to get results showing duplicates of the case with each request or nothing...
Appreciate any advice
bg
I have seen some similar questions as this, however due to being a bear of little brain, have had trouble adapting those solutions to my tables.
Basically, I have 2 tables with fields shown below:
caseTable
- caseID
- caseLodged
- caseAllocated etc
caseRequestTable
- caseLink
- caseRequestDate
- caseRequestType
The table are linked by caseID and caseLink.
I need the query to show all cases (from caseTable) with only the most recent request (from caseRequestTable). To date I have only managed to get results showing duplicates of the case with each request or nothing...
Appreciate any advice
bg