I want to create an array based on the result of an Access query...i know
there are duplicated datas in it (don't have to use DISTINCT in the query), so i would like to filter them in order to
create a second array with unique datas...
How can i do that ?
I can't even build the fist array...
Thanks in advance.