UniqueValues = No two records returned will have the same values in the fields returned. Equivalent to SELECT DISTINCT ... in SQL

UniqueRecords = No two records will have the same vaules in all fields of the source records regardless of whether that field is returned. Equivalent to DISTINCTROW in Jet (and SQL Server?) SQL.