distinct clause in report
how can use distinct cluase in Access Report Query ?
I use distinct cluase in the query but it ask vdate,
I want that it not ask vdata just display result
with distinct vdate how?
SELECT [distinct].[dbo_pvideo].[vdate], [dbo_pvideo].[userid], [dbo_pvideo].[empno], [dbo_pvideo].[video1], [dbo_pvideo].[video2], [dbo_pvideo].[video3]
FROM dbo_pvideo
WHERE ((([dbo_pvideo].[video1]) Is Not Null))
ORDER BY [dbo_pvideo].[userid], [dbo_pvideo].[vdate] DESC;
regards.
Mateen
|