Lists with an input, edit (update) page

Permalink
Did play with the "Designer Content" and it only appears that if you want to add in new entries, it is a new block for each. Is there a block or add-in that operates more like a list? Would like to see where if you wanted to add new entries, you can add them in say like:
President
Vice President
Manager
Treasurer
Secretary
Controller
etc.

One of the things that I had done previously is to do this is a couple customized php pages and two MySQL Tables with a query. One of the things that I did setup was that when the President of the organization came off of his year-long term, you could as an Admin move the officer to the next highest office..

The Admin pages are composed of:
* Add a New Officer
* Edit an Officer (also with a delete officer on this page) - you can also update the picture (stored as a BLOB in MySQL) and update the Title of the officer or his Bio..

Same thing with an office locator:
* Address
* City
* State
* Zip
* Secretary
* Phone

There are a number of valuable things that can be done with a list like this where you could sort, update, edit, etc.

Thanks,

Kent

kdyer