wish24bone
Registered User.
- Local time
- Today, 14:04
- Joined
- Nov 28, 2011
- Messages
- 10
I was wondering if it was possible to write an IIF query, that depending on the day of the week it would execute specific select queries that I could then return in a subreport form.
something like:
IIF(WEEKDAY(DATE,2),<ON TRUE RUN SPECIFIC SELECT>, <ON FALSE RUN A DIFFERENT QUERY>);
Then be able to display this result on a form using a subreport.. Does this make sense?
Thank you in advance
something like:
IIF(WEEKDAY(DATE,2),<ON TRUE RUN SPECIFIC SELECT>, <ON FALSE RUN A DIFFERENT QUERY>);
Then be able to display this result on a form using a subreport.. Does this make sense?
Thank you in advance