The penny just dropped thanks, I had assumed the static value didn't have a source and that adding one would cause an error!
SELECT "All" As Status FROM table1
UNION
SELECT Distinct table1.Status As Status
FROM table1
works thanks and apologies for missing that within your reply!