I am working with Crystal 8 and an ODBC to Oracle
I have table of test results and I need to pull back only the records that have more than one entry in table(for their ID) and then of those..I need to only select the 2 most current records based on testdate field. Is there a way to use imbedded sql queries to accomplish this?
I have table of test results and I need to pull back only the records that have more than one entry in table(for their ID) and then of those..I need to only select the 2 most current records based on testdate field. Is there a way to use imbedded sql queries to accomplish this?