LynnEsther
Registered User.
- Local time
- Yesterday, 23:00
- Joined
- Sep 14, 2007
- Messages
- 40
I have a query where say: Select Distinct Serial_Number, Field1, Field2, Field3, etc from TableName. In some cases there are two records with the same Serial_Number, but in one record all other data is blank, and in the other record, Field3 has data. I need to run a query that shows me all the distinct serial numbers, but only in cases where there is also data in Field3. No matter what I have tried, I keep getting the duplicates in the result, probably because the Select Distinct because it thinks Serial_Number along with Field3 is unique, and not just Serial_Number. Wow, I hope I made sense. I tried searching the forum and didn't see anything that might help with my problem. Thanks in advance.