Using CR XI, I am currently reconciling vendor insurance invoices against our enrollment data by using an excel version of their montly spreadsheet and pulling in our SQL database enrollment data as a subreport to compare enrollment info between the two sources. Among other things, this report allows me to see if an enrollee on the invoice has no record in our database - returning an empty value via the subreport. My question though is - is there some way to do the reverse check with this same report? If we an employee is enrolled according to our database and has no record on the spreadsheet, is it possible to know that in this same report? My instincts tell me "no", that in order to get this info, I would have to create a new report, making our SQL database the main data source and bringing in the spreadsheet data as a subreport - essentially reversing my current "main" and subreport data in a new report. Is there some other way to compare both data sources in one report and get a list of any enrollees (join is via via SS#) who have no record in one data source or the other? I apologize if this is a really basic question.