G
Guest
I am trying to get a set of dates to sort on an ASP page accessing an Access
DB. I want the dates due first at the top, but it is putting the nulls first
instead. I tried doing a replace of nulls with a larger date using this code
(IIF(ISNULL(p.due_date),#3/31/2050#,p.due_date) AS due_date) but it didn't
work. Any ideas how to get the soonest dates to post first then post the
nulls?
DB. I want the dates due first at the top, but it is putting the nulls first
instead. I tried doing a replace of nulls with a larger date using this code
(IIF(ISNULL(p.due_date),#3/31/2050#,p.due_date) AS due_date) but it didn't
work. Any ideas how to get the soonest dates to post first then post the
nulls?