I have two tables, One with instrument numbers, and then another table joined with instrument numbers that has all the data for each instrument. What I need to do is search the last records for each instrument and see if it is within the last 6 months. If the last record is not within the last 6 months then it should be included within the reported data.
When I report the data I just want to show the instrument number (from the key table) and the last date (from the data table).
I tried to search on this but I couldn't come up with the right wording to find a solution. Anybody know how to do this?
When I report the data I just want to show the instrument number (from the key table) and the last date (from the data table).
I tried to search on this but I couldn't come up with the right wording to find a solution. Anybody know how to do this?