<<
I get around this by using temp tables for the data then deleting from one and inserting into the other. I can move items back and forth at will and it seem super-quick to me. >> This is pretty much what I'm doing. The problem is that in certain circumstances one of the list views is slow to load for various reasons. Also, I'd like to cut out all the programming overhead of maintaining the scroll state of the list view. -- Larry

