duffy
04-26-2009, 04:31 PM
How would you write a procedure to use the same user input parameter data to run two consecturive queries?
|
View Full Version : Using Same User Input Parameter Twice duffy 04-26-2009, 04:31 PM How would you write a procedure to use the same user input parameter data to run two consecturive queries? pbaldy 04-26-2009, 05:10 PM The simplest way would be to have the user input the data on a form, and have the queries get the criteria from there. |