I am using the sales Access templante, in one part is using theto show all the comments made but it is not showing them sorted , I need to modify the above code in order to make it show them in a sorted list from the newest input to the oldest.Code:=ColumnHistory([RegistryOrigin],"Comentaries","[Id]=" & Nz([ID],0))
Thanks!