hello!
how to add space in sql using s access?

select fname as "First Name" from table;

its working but it includes double quotes.
if i remove quotes it has an error "reserve"

tnx