Hello all --
Why would:
SELECT MAX(smallDateTimeField) FROM viewName
be returning 1/1/1900?????????
the view that I am using this on is a view of a view, if that has anything to do with it, but how would I get this to return the real max date from the view?
Thanks!
Paul Prewett
Why would:
SELECT MAX(smallDateTimeField) FROM viewName
be returning 1/1/1900?????????
the view that I am using this on is a view of a view, if that has anything to do with it, but how would I get this to return the real max date from the view?
Thanks!
Paul Prewett

