Home Forums SQL Server 2005 SQL Server Newbies How to Refer to A Computed Column in Access-SQL Database Query RE: How to Refer to A Computed Column in Access-SQL Database Query

  • Okay Pete,

    Your main problem is that in Access "&" is the concatenation operator, in SQL Server you need to use "+".

    Where version of Access are you using? Access 2007 does not allow the Create Procedure statement so you aren't creating a stored procedure using it.

    If you really are moving forward you will be much better off learning to use the SQL Server Tools like SSMS. SSMS has a Query Builder which is very similar to the Access Query Builder so you can add tables, drag and drop joins, etc... Once you've seen the results a couple of times you'll be ready to abandon it. SSMS also has templates so you can easily learn syntax as well.