Hi!
I've got a situtation and I need some advice on. I have a "set" of 15 delete queries that need to be run in a specific order. Each of the delete queries requires one parameter and it is the same parameter for each query (an ending date).
I can run the queries in order, but each query asks for the ending date. How do I run the queries in order without asking the user for the ending date 15 times? Is there a way to run a query from VB and send it a value for the parameter?
TIA,
Michelle
I've got a situtation and I need some advice on. I have a "set" of 15 delete queries that need to be run in a specific order. Each of the delete queries requires one parameter and it is the same parameter for each query (an ending date).
I can run the queries in order, but each query asks for the ending date. How do I run the queries in order without asking the user for the ending date 15 times? Is there a way to run a query from VB and send it a value for the parameter?
TIA,
Michelle