sQuery = "Select DISTINCT <Column> FROM <Table> order by <Column>";
How would i get the ID number from this.
I'm trying to list all the <Column> without no duplicates and i need the ID of everyone that it lists.
I would type everything i tried but i don't have 4 hours.![]()
Any help would be appreciated.
Thanks
Jean

