You can use the ENTRY() function.
Usage: ENTRY(<Position>, <String> , <Seperator>)
separator is optional and will use the comma if not specified. The position starts at 1.
so you could do :
Table.Field = ENTRY(1, location) OR Table.Field = ENTRY(2, location) OR Table.Field = ENTRY(3...