NOPOPNOSTYLE
IS-IT--Management
Hi there
I'm using Dreamweaver MX to write a page to pull back a query from Access 2000. In Access the query I want to pull is back query4, however queries 1 2 and 3 are sub queries of 4.
Normally in the asp page I would write Select * from query 3 where field Y is = "Form Variable". No problems here, the problem is that query 1 takes forever to run without a critera/Filter, that filter is the form variable.
So my question is can I run query1 (RS1) with the equals to from variable bit, lock it and then pull back query 4 (RS4) which would run query1 (RS1) with the Form variable stilll being applied ?????
Many Thanks
Lord Exell
I'm using Dreamweaver MX to write a page to pull back a query from Access 2000. In Access the query I want to pull is back query4, however queries 1 2 and 3 are sub queries of 4.
Normally in the asp page I would write Select * from query 3 where field Y is = "Form Variable". No problems here, the problem is that query 1 takes forever to run without a critera/Filter, that filter is the form variable.
So my question is can I run query1 (RS1) with the equals to from variable bit, lock it and then pull back query 4 (RS4) which would run query1 (RS1) with the Form variable stilll being applied ?????
Many Thanks
Lord Exell