I have a client who wants to be able to type a comma-delimited string in a text box and use that string to query against a table. I'm not sure how to achieve this. My thinking is to parse the string into an array -- and then use the array as a series of values that can be used as criteria in a select query. If this is a good (and best!) way of setting multiple criteria in a query, could someone help me with the VBA?
Thanks a bunch!
Thanks a bunch!