I wish to use the Filter Property of a TTable to filter a Table where the FieldName contains a space but the space causes the filter expresssion to be truncated at the space. For example; If the FieldName had been 'ErrorLevel' the Filter 'ErrorLevel>0' would work, hoever the FieldName is 'Error Level' and the Filter 'Error Level>0' raises an exception Class EDatabaseError ... Field'Error' not found.