When you want to aggregate values in a table where a single field contains multiple values, you can use the InStr function in a select query to separate them, and then perform aggregation using an ...