Hi
The problem that I am facing are listed as follows:-
Sql.=
Select distinct a,b,c,d
from ......
where.........
Distinct applies to all the fields that I've selected.
Can I omit "d" from being distinct?
The above is the sql property from Microsoft Query and by selecting unique records from the edit list, it inserts the distinct function into the sql property.
Is it possible to manually override the command?
Please let me know if you have any queries.
Thanks.
Kind Regards,
Lagoon1.
The problem that I am facing are listed as follows:-
Sql.=
Select distinct a,b,c,d
from ......
where.........
Distinct applies to all the fields that I've selected.
Can I omit "d" from being distinct?
The above is the sql property from Microsoft Query and by selecting unique records from the edit list, it inserts the distinct function into the sql property.
Is it possible to manually override the command?
Please let me know if you have any queries.
Thanks.
Kind Regards,
Lagoon1.