J
JethroUK©
How do i produce unique list a batch numbers + order them in desc of last
used. Tried:
"SELECT DISTINCT QUALS.[Batch] FROM QUALS ORDER BY [last updated] DESC; "
issue an error due to a conflict
trouble i'm having is producing unique batch numbers, since the inclusion of
[last updated] which is always unique (date/time stamp)
used. Tried:
"SELECT DISTINCT QUALS.[Batch] FROM QUALS ORDER BY [last updated] DESC; "
issue an error due to a conflict
trouble i'm having is producing unique batch numbers, since the inclusion of
[last updated] which is always unique (date/time stamp)