i have created a sql query to fill a table in access 2010

my query table is Q_blocksarrived and the code used to form it is:

SELECT T_cellararrival.BlockName
FROM T_cellararrival
GROUP BY T_cellararrival.BlockName;

now i want to add a Please Select row in my column.

Any ideas?