I have two fields that contain largely the same information. I would like to generate a list of the entries that only occur in the first field but not the second. (Complicating matters, some of the entries may be in both fields, but not in the same entries- say entry 4236 in the first field, but entry 3578 in the second. I doubt that there's a way to deal with that aspect while in FMP5.5) If this isn't possible, I have a way to find when the entries in both fields match; is there a way using that to find when they don't match? Can I then import just the resulting list of those two fields to Excel?