T
Tracy
I have a query that stems from a table with an autonumber field already
assigned. One of the fields named 'bp_order' is a number. I need to assign
a record number to each record matching bp_order in descending order.
For instance,
bp_order 3200 should = 1
bp_order 2800 should = 2
and so on. As I said, I already have an autonum in the table so that won't
work. I need to dynamically write an expression where it'll basically number
my records, according to bp_order descending. Does anyone have a clue?
Thanks,
TM
assigned. One of the fields named 'bp_order' is a number. I need to assign
a record number to each record matching bp_order in descending order.
For instance,
bp_order 3200 should = 1
bp_order 2800 should = 2
and so on. As I said, I already have an autonum in the table so that won't
work. I need to dynamically write an expression where it'll basically number
my records, according to bp_order descending. Does anyone have a clue?
Thanks,
TM