E
Ed
I would like to create a field that can hold the value of
its respective record. For example, a field
named "RecordNum" would equal 3 if its position amongst
the other records was the third record.
One requirement is in the event I need to delete a
record. For example, if there are five records and the
fourth record gets deleted, the "RecordNum" field of the
fifth record would change from 5 to 4, automatically
(since it would move from the fifth position to the
fourth).
I think I can do this with some "klunky" programming, but
I thought I would ask if anyone knows an easier way.
Thanks.
-Ed
its respective record. For example, a field
named "RecordNum" would equal 3 if its position amongst
the other records was the third record.
One requirement is in the event I need to delete a
record. For example, if there are five records and the
fourth record gets deleted, the "RecordNum" field of the
fifth record would change from 5 to 4, automatically
(since it would move from the fifth position to the
fourth).
I think I can do this with some "klunky" programming, but
I thought I would ask if anyone knows an easier way.
Thanks.
-Ed