Hi All,
I have a progress database that I'm having to export into fixed width text files for data conversion to a new system. So Im using access.
I have a table that has many duplicate values in one of the reference fields. I need to pull all of the records that only have one occurrance in the table.
I have been trying to use the count expression in SQL and grouping by the duplicated data and setting the criteria to =1
But this seems to be causing problems when I make joins to other tables starts showing too many records.
Anyone shed any light on this???
Thanks
I have a progress database that I'm having to export into fixed width text files for data conversion to a new system. So Im using access.
I have a table that has many duplicate values in one of the reference fields. I need to pull all of the records that only have one occurrance in the table.
I have been trying to use the count expression in SQL and grouping by the duplicated data and setting the criteria to =1
But this seems to be causing problems when I make joins to other tables starts showing too many records.
Anyone shed any light on this???
Thanks