Is it possible to incorporate multivalue fields in a 'make table' query?
Essentially, I have a list of clients that are processed in various months. The months they are processed to not always follow a pattern. So, I stored the months they are processed are in a single multivalue cell in Table A. I want to use a 'make table query' to generate a new table displaying only clients processed in a particular month. For example, I would like a new table generated to display only those clients processed in June.
When I set this up I get an error message "Multi-valued fields are not allowed in SELECT INTO statements". Is there any way to get around this? I am also open to suggestions for a better way to set up my original table.
Essentially, I have a list of clients that are processed in various months. The months they are processed to not always follow a pattern. So, I stored the months they are processed are in a single multivalue cell in Table A. I want to use a 'make table query' to generate a new table displaying only clients processed in a particular month. For example, I would like a new table generated to display only those clients processed in June.
When I set this up I get an error message "Multi-valued fields are not allowed in SELECT INTO statements". Is there any way to get around this? I am also open to suggestions for a better way to set up my original table.