Hi, I display the ASP in a CRM system that calls the ASP parametrized. The link looks like... "http://localhost:8080/gs%20frachtlogistik/v_Anzahl_list.asp?a=search&value=1&SearchFor=<cuid>&SearchOption=Contains&SearchField=contact_id" In the <cuid> tag the CRM system delivers the customer id. So only the data that belongs to this specific customer will be displayed. The problem now is, that when I click on a link on the ASP that points to another table no parameter is passed to it. As a result all data in the table will be displayed, not only the data that belongs to this customer. Is there any chance to pass this search parameter to the the other links? Alexander