I have a program that constructs a query based on user input that includes several datetime fields (this in SQL Server). I would like to sort the results based on the most recent date of all of the date fields (some of the entries may be Null). You can only use one field in the Max function so that doesn't work. Does anyone have any suggestions?
Thanks!
Rob
Thanks!
Rob