I have a table that has multiple entries for each job. I want to only pull one record for each job (It doesn't matter which one entry). I thought about using SELECT DISTINCT but it will not work because I want to pull all data from the table to show in a datareport and some of the other field data within each entry is different. Any ideas?
Swi
Swi