Then why does it work in query analyzer and not in a view. In addition I am including blank fields that will be updatable. Here is another snipplet:
select nameID,name,addr1,addr2,city,jobname,FY2006,FY2007,email,
space(30) as update_name, space(30) as update_Addr
from name_table left outer...