Hi!!

I've 4 databases which one have 4 tables. I've a form with a textbox (Searchbox) and a search button (Search). What i want is when u click in search button, he adds to an array all items in the tables of the DB and by colunms by ADO and finaly to seach in the array the text of the textbox and for each found result to add it to a new array also by colunms. U get the point, if not will try to be clear.

Thks!!!