Query Criteria

S

Shell

In Access 2000, I have a multi-select list box on a form. This list box has
3 columns, 1 hidden.

I want to execute a query that can select a criteria for the list box. I
don't want to write the query in code. I don't know hoe to write the
criteria expression in the query grid to take the selected entries in the
list box.

Thanks
 
C

Chris

Shell,

Multiple selections are stored in the ItemsSelected property which is only
accessable via VBA. What you want has to be done in code.

HTH,
Chris
 
K

Karen

Chris -

I don't know code. How can one do this, not knowing VBA. Anyway to get
help with this?
Thanks
 
Top