M
mpmason19
Hi everyone -
awhile back i posted on here a question about sorting a report in a
"weird" way. i have a slightly different question now...
i have a report that is sorted by a purchase order number (ponum) from
most recent to oldest. currently we have ponums from 1-2999, but are
starting to get ponums of 3000+.
this is the formula:
=IIf(CInt(Left([po_number],2))>=30,"19" & [po_number],"20" &
[po_number])
it works to sort from 2999 (most recent) - oldest perfectly, except
now i have to add in the 3000's on top on the report
thanks
awhile back i posted on here a question about sorting a report in a
"weird" way. i have a slightly different question now...
i have a report that is sorted by a purchase order number (ponum) from
most recent to oldest. currently we have ponums from 1-2999, but are
starting to get ponums of 3000+.
this is the formula:
=IIf(CInt(Left([po_number],2))>=30,"19" & [po_number],"20" &
[po_number])
it works to sort from 2999 (most recent) - oldest perfectly, except
now i have to add in the 3000's on top on the report
thanks