Anubis3000
Programmer
Hi,
My problem is theoredically simple, so I'm hoping someone can help me out.
What I am trying to do is to run a delete query, but instead of executing it on a table, I want to execute it on a select query.
This begs the question "Why not redefine your select query?" The simple answer is, i can't because this query interacts with a form where search parameters are entered, and the query must be able to accept null entries. The result is the query returns records in accord with the parameters, but also records with null entries. I want to remove the null records.
Any ideas? thnx.
My problem is theoredically simple, so I'm hoping someone can help me out.
What I am trying to do is to run a delete query, but instead of executing it on a table, I want to execute it on a select query.
This begs the question "Why not redefine your select query?" The simple answer is, i can't because this query interacts with a form where search parameters are entered, and the query must be able to accept null entries. The result is the query returns records in accord with the parameters, but also records with null entries. I want to remove the null records.
Any ideas? thnx.