N
njack217
ok, I am attempting to do this without a massive amount of queries
each doing a part of it which would be really easy but not "right" and
would result in poor performance I'm sure do to the loading time on
each query etc. What I am trying to do is filter down the results by 2
groups of criteria where they produce a numeric value for each of the
conditions and display the data where the two conditions match...
Sounds more complex than it is really I'll post the sql to give you a
better idea, but my questions are
1. should I be trying to do this in a query or should I use a function
in a control to do it?
2. Should I be using case instead of nested iifs? (I havent had too
much experience with using case and cant find a really good example
that I can aply to this)
Any help would be appreciated!
TIA,
Nate
each doing a part of it which would be really easy but not "right" and
would result in poor performance I'm sure do to the loading time on
each query etc. What I am trying to do is filter down the results by 2
groups of criteria where they produce a numeric value for each of the
conditions and display the data where the two conditions match...
Sounds more complex than it is really I'll post the sql to give you a
better idea, but my questions are
1. should I be trying to do this in a query or should I use a function
in a control to do it?
2. Should I be using case instead of nested iifs? (I havent had too
much experience with using case and cant find a really good example
that I can aply to this)
Any help would be appreciated!
TIA,
Nate