I have a dilema. I'm working on a simple database for work that tracks the following Info:
Index Number (combination of letters and numbers)
Name
Organization
Date Issued
Is it suspended (yes/no format)
Date suspended
Every year this table needs to be re-accomplished by taking those records who are suspended and deleting all information in the fields except the Index field. Upon completing this action, I need it to take the information from the next record (minus the index number) and move it up. In other words if 01A01 belonged to BOB but it is suspended than I need BILL who had 01A02 to move up and take 01A01 and so on....
I need to find someway to accomplish the above function but can't figure it out. Please help me with this....
Ben
Index Number (combination of letters and numbers)
Name
Organization
Date Issued
Is it suspended (yes/no format)
Date suspended
Every year this table needs to be re-accomplished by taking those records who are suspended and deleting all information in the fields except the Index field. Upon completing this action, I need it to take the information from the next record (minus the index number) and move it up. In other words if 01A01 belonged to BOB but it is suspended than I need BILL who had 01A02 to move up and take 01A01 and so on....
I need to find someway to accomplish the above function but can't figure it out. Please help me with this....
Ben