Hi -
Your query obviously works, but I've got to ask a question.
Format([ARCHIVETIME],"dd/mm/yyyy hh:nn") AS ND returns a string, e.g.
This, from the debug window, returns a Type Mismatch:
x = format(now(), "mm/dd/yyyy")
? cdbl(x)
So the question is, how can you take a date/time which has...