I thought I posted this yesterday, but don't see my thread, sorry if it's a dup.
I have a table of address's from multiple sources. I have a query to pull the info I need, but there are many duplicates. I can't seem to find how to display the results on a priority basis. My source field is called "Co", what i want to do is if the duplicate is Co=9 show it only, then if it's in Co=5, then Co=2 etc.
Can I do this as a subquery or make my original query a sub of this? All I can find is First/Last/Max/Min type info. Thanks for your help.
Shane
I have a table of address's from multiple sources. I have a query to pull the info I need, but there are many duplicates. I can't seem to find how to display the results on a priority basis. My source field is called "Co", what i want to do is if the duplicate is Co=9 show it only, then if it's in Co=5, then Co=2 etc.
Can I do this as a subquery or make my original query a sub of this? All I can find is First/Last/Max/Min type info. Thanks for your help.
Shane