Dec 9, 2001 #1 Gti Programmer Jul 23, 2001 99 PT I have a table with a field and this field have data, but are in that field equal datas. e.q Field "Name" john jonh paul paul --------------- I want a query that can give me the names but, can't repeat equal names. Any help Tkx
I have a table with a field and this field have data, but are in that field equal datas. e.q Field "Name" john jonh paul paul --------------- I want a query that can give me the names but, can't repeat equal names. Any help Tkx
Dec 10, 2001 #2 Maquis Programmer Jul 19, 2001 934 US Use a group by query and group by name. This will suppress the dups. Maq B-) <insert witty signature here> Upvote 0 Downvote
Use a group by query and group by name. This will suppress the dups. Maq B-) <insert witty signature here>