I have a few CCK content types defined, each one I used a view to create an administrative list (lists all the nodes for the content type and you can select edit/delete right from the page)

However, I would like to redirect to the proper admin content list after the data is submitted on the add/update forms.

I was thinking that there is a way to do this with hooks, however I'm not too sure where to begin. I'll keep poking around the site for more info on hooks, however any help people can give is much appreciated.