May 7, 2003 #1 rykk Programmer Apr 7, 2003 3 CA for example select Field One from table (obvious problem) select 'Field One' from table (but rejects this) select Field-Two from table (rejects)
for example select Field One from table (obvious problem) select 'Field One' from table (but rejects this) select Field-Two from table (rejects)
May 7, 2003 1 #2 danielhozac Programmer Aug 21, 2001 2,058 SE Perhaps try backticks: `Column One`. //Daniel Upvote 0 Downvote