Our IT department sends me a data dump of our operating system for reporting purpose and the data needs cleaning up.
I queried the fields I needed for my reports and made another table.
Fields are : application_no, reporting_one, Unit, Process_Status, Decision, Sales_rep, Lease_No and Credit_date.
Each application_no may have several records with different data in each field thus grouping is difficult.
I need to select records where Credit_date is 'last' (last date) per Appplication_no with all fields on that row... I tried grouping and querying several times but when I try to get all fields of the same row, I get duplicates.
I hope this is clear enough for you to guide me with the correct idea or function...
Thanks in advance
I queried the fields I needed for my reports and made another table.
Fields are : application_no, reporting_one, Unit, Process_Status, Decision, Sales_rep, Lease_No and Credit_date.
Each application_no may have several records with different data in each field thus grouping is difficult.
I need to select records where Credit_date is 'last' (last date) per Appplication_no with all fields on that row... I tried grouping and querying several times but when I try to get all fields of the same row, I get duplicates.
I hope this is clear enough for you to guide me with the correct idea or function...
Thanks in advance