Apologies if this is answered elsewhere - I couldn't find it.
Basically, I have a view based on 2 other views. The 2 initial views running pretty quickly but as soon as they are combined, the time it takes increases greatly to about 35 seconds. In my limited experience I could then filter the result down on the Access end with the value in the combo box. Is there a way I can filter one of the sub views by referencing the combo box in some way and entering that value as the "dynamic" criteria? I'm aware that I could look down the stored procedure route but I have no experience of it and will happily go that route if someone can point me to a quick guide to how to create one. Are there any alternatives? Am I right in thinking that stored procedures aren't always the best option?
If I can't find a solution I'll have to convert the views back into Access and filter there and accept the smaller performance hit.
Thanks in advance
Simon
Basically, I have a view based on 2 other views. The 2 initial views running pretty quickly but as soon as they are combined, the time it takes increases greatly to about 35 seconds. In my limited experience I could then filter the result down on the Access end with the value in the combo box. Is there a way I can filter one of the sub views by referencing the combo box in some way and entering that value as the "dynamic" criteria? I'm aware that I could look down the stored procedure route but I have no experience of it and will happily go that route if someone can point me to a quick guide to how to create one. Are there any alternatives? Am I right in thinking that stored procedures aren't always the best option?
If I can't find a solution I'll have to convert the views back into Access and filter there and accept the smaller performance hit.
Thanks in advance
Simon