I need to write a query where the results set should have a field that is one of a number of values ie :
‘IN (“monday”,”tuesday”,”friday”)’
but Access appears to only return rows where the field is “monday” – “tuesday” and “friday” are ignored.
What is going on ? How do I get past this ?
I’m going nuts and probably missing something obvious….?