I'm using a form to pass variables to a query. On this form is a multi-select box. If I set it for no multiple selection, the object works fine and I can see my chosen value in the Datasheet view. However, when I use simple or extended selection, the form does not pass the values and the object value comes up NULL.
How would I allow this multi-select funcitonality to work?
Lastly, in the query, would this be the correct syntax for specifying the parameter once it gets passed:
In ([Forms]![frm_ReportMenu]![Analyst])
Thanks for your help,
Fred
How would I allow this multi-select funcitonality to work?
Lastly, in the query, would this be the correct syntax for specifying the parameter once it gets passed:
In ([Forms]![frm_ReportMenu]![Analyst])
Thanks for your help,
Fred