Hi,
I have a classic ASP page that querys a SQL database using Request.QueryString, and then displays the data on a page in a repeating table.
What I need to do is query a second database (that can't be joined in a SQL query) by passing data from a recordset to a form field onLoad.
Is this achievable?