I need to write a select statement where i select fields from table, but some fields containg spaces in it like "First Name", "Last Name". But the right field name is "First_Name" or "Last_name" with an underscore. In this case how should i write a select statement (using VB - ADO)