In SQL there are in lists that can be used to pull multiple items from the same column from a list of items. Created the following In List function that can receive a column name string and a list of either numbers or strings. This function will create a variable length Select Where function and include each item found in the list variable. This example has been written to use the Big Class data table but can be modified as needed by the user. Examples included are for both numbers (three different ages) and strings (four different names).
This seemed useful to write
Thanks, useful!