J
Jerome
Hi,
I need to restrict my query results to the same weekday as the day
currently selected on my calendar control. Meaning if I select a Friday,
the result should be all events happening on a Friday. How do I do this?
I tried this: Weekday([Forms]![fPlanification]![calPlanif]) to get the
numerical value of the weekday in question. But it doesn't work.
calPlanif being of course the calendar control on my form.
Any suggestions?
Thanks!
I need to restrict my query results to the same weekday as the day
currently selected on my calendar control. Meaning if I select a Friday,
the result should be all events happening on a Friday. How do I do this?
I tried this: Weekday([Forms]![fPlanification]![calPlanif]) to get the
numerical value of the weekday in question. But it doesn't work.
calPlanif being of course the calendar control on my form.
Any suggestions?
Thanks!