issues doing scraping

Hi,
i'm trying to scrape a site by passing a list of the securities to it from .csv file. The security name is at the top of the page and the owners below. i want to pass securities to each and want it to return the security as well as the list of owners. I made progress with getting the security returned as well as its owners by creating two extractor patterns. The problem I'm having is that if i send a list of securities, i returns result for the last one only, where as i want it to return each security along with its owners.

here is the url: http://cscsnigerialtd.com/web/guest/allclientsymbols?p_p_id=AllClientsSy...

here is the table pattern:

Customers With AP Security As At May 28, 2010
Account Name Cscs No Account No Balance Pending Available Balance
AKINYANJU ADEBISI ABIODUN & ROTIMI A. C1305680AJ 92648016 1850 0 1850
ESI MARGARET IROREVBO C2242104ES 48250931 107 0 107
EWEKA PHILOMENA AIWEKHOE C698041EK 53092756 960 0 960
IFEBUZOR OLISAELOKA DENIS C760888IO 95059096 60 0 60
MBANEFO THOMAS CHUBA C3848896MF 58723922 166 0 166
MOMODU MURI OMOYEMI ALADE C4161143MD 35368701 1236 0 1236
NDIOMU ENAIKELE ANGELIN C59030NM 53477121 583 0 583
ODUNSI SAMUEL OLUKAYODE C619602OS 87841068 700 0 700
YOLOYE OLUSEYI ADEBAYO & BUKOLA SARAH C760435YY 8874818 26000 0 26000

I want to extract the part that holds the security as well as the customer details, i.e Customers With AP Security As At May 28, 2010 and entries of the table.

Thanks,
Oladapo

I can't see the URL as it's

I can't see the URL as it's behind a log in, but I assume you need this:

http://community.screen-scraper.com/faq#79n1502