C
cna48
I have a report of our manufacturing schedule. I have two columns I need to
sort by. There is a [Prod Date] column and a [Ship Date]. I need the
schedule to be sorted so that any rows that have a [Ship Date] < Now()+21 are
sorted by [Ship Date] and any that have a [Ship Date]> Now()+21 are then
sorted by [Prod Date].
sort by. There is a [Prod Date] column and a [Ship Date]. I need the
schedule to be sorted so that any rows that have a [Ship Date] < Now()+21 are
sorted by [Ship Date] and any that have a [Ship Date]> Now()+21 are then
sorted by [Prod Date].