Hi....I have an array populated with values. I would like to use these values as criteria for a query. How do I do this?
eg. My table (300 records)has a Code field with 20 different unique values. The user has picked from a listbox 3 different values (eg. 5,8 and 15). I have them in an array. Now, what is the code I use to select all the records where code is 5 or 8 or 15???
Thanks...L
eg. My table (300 records)has a Code field with 20 different unique values. The user has picked from a listbox 3 different values (eg. 5,8 and 15). I have them in an array. Now, what is the code I use to select all the records where code is 5 or 8 or 15???
Thanks...L