Hello all,
I'm experiencing a error when I go to add a filter, "Syntax error in string in query expression "MyFieldName""
If I go to to the table where the field is located, I CAN apply a filter.
However, If I throw this single field on a form and switch to datasheet view, all of a sudden I can not filter it.
Additional info:
whenever I go to build a query with the field, it throws brackets around this field and no others... this is weird.
For example...
Code:
SELECT MyTable.field1, MyTable.field2, MyTable.[problemfield]
FROM MyTable
What's going on here?
NOTES: there is no space in field name, the field is a date field