All,
I really hope someone can help with this, because this would really make my life easier.
I have a table with 3 fields, called: state, rank, title. There are more fields, but I will just give these 3 as an example. I have 5 records as follows: I will list the field title at the top and then the next lines will be the actual records
state rank title
open 1 This is title 1
open 2 This is title 2
open 3 This is title 3
open 4 This is title 4
open 5 This is title 5
The problem I have is that when i run a report I want my records to automatically number in sequence if I move one of the records to a different state.
For instance if I move record 3 to a closed state, the records will look like this on the report:
state rank title
open 1 This is title 1
open 2 This is title 2
open 4 This is title 4
open 5 This is title 5
As you see the number is out of sequence, because it has rank 1, 2, 4, and 5. I would then have to manually go in and change the rank field number for record 4 and 5 to read 3 and 4, so it will be in sequence.
I would like to know if there is a way to do this automatically in the report, so I don't have to manually change the numbers if I move a record out of the open state?
Can anyone help me with this?
I really hope someone can help with this, because this would really make my life easier.
I have a table with 3 fields, called: state, rank, title. There are more fields, but I will just give these 3 as an example. I have 5 records as follows: I will list the field title at the top and then the next lines will be the actual records
state rank title
open 1 This is title 1
open 2 This is title 2
open 3 This is title 3
open 4 This is title 4
open 5 This is title 5
The problem I have is that when i run a report I want my records to automatically number in sequence if I move one of the records to a different state.
For instance if I move record 3 to a closed state, the records will look like this on the report:
state rank title
open 1 This is title 1
open 2 This is title 2
open 4 This is title 4
open 5 This is title 5
As you see the number is out of sequence, because it has rank 1, 2, 4, and 5. I would then have to manually go in and change the rank field number for record 4 and 5 to read 3 and 4, so it will be in sequence.
I would like to know if there is a way to do this automatically in the report, so I don't have to manually change the numbers if I move a record out of the open state?
Can anyone help me with this?