
Embedded Spaces in Column Names
Question: I’ve inherited an Access database with embedded spaces in the column names. I use SQL with Visual Basic and want to select these columns and alias them so that I can address the columns in Visual Basic. For example, I have: Select Last Name as LastName From TABLE How