Hello Seniors,
Scenario:
Table A (Issues Table) : Contains all the issues with a unique number.
Table B (Issues Follow Up Table) : Contains heaps of Columns,10 follow ups record [each follow up phase have 8 columns].
Additional info: Table B, the follow up of all the issues (issues in table A) are on different follow ups, some at 1st, or 3rd or 8th or even 10th.
End result:
I want to generate a query that will present, all the Issues (I have already did it) along with the LATEST FOLLOWUP details.
Wondering if someone can guide me.
Appreciated, thanks.