scottetombleson
Programmer
Hello,
I am Upsizing an Access 2003 db to Sql 2000. I have one form that the dataset is based on a summary query which is in turn based on 9 queries that rely on a value in a control on the form.
I have the individual parameritized stored procedures working well, but I can't figure out how to bring it all together.
I've tried to execute the first SP from inside the summary SP thinking that I could then use the results of the first level in the summary SP, but all that returns is the results form the first SP.
I would be eternally grateful if some kind soul could help guide me here.
Thanks,
Scott
I am Upsizing an Access 2003 db to Sql 2000. I have one form that the dataset is based on a summary query which is in turn based on 9 queries that rely on a value in a control on the form.
I have the individual parameritized stored procedures working well, but I can't figure out how to bring it all together.
I've tried to execute the first SP from inside the summary SP thinking that I could then use the results of the first level in the summary SP, but all that returns is the results form the first SP.
I would be eternally grateful if some kind soul could help guide me here.
Thanks,
Scott