Yes I am trying to add the word 'All' into the values. I have done the query you suggested, this is how it looks,
SELECT DISTINCT ([table1].[field8]) AS Expr1 FROM table1 UNION SELECT 0, "<All>" FROM table1 ORDER BY [table1].[field8];
It gives me this error,
The number of columns in the...