Hello,<br><br>I am attemtping to execute the following SQL statement from within VB6 to an Access2000 database, the statement works fine from within Access itself but when I run it in VB it says there are too many arguments etc. I have identified the problem as being the concatenation part of the statement, can somebody please let me know what I need to do to the statement below to allow it to run from within VB.<br><br>daoDB36.Execute "SELECT (Test.Surname+", "+Test.FirstName) As Name FROM Test"<br><br>Please ignore any VB code protocol such as new line identifiers etc, that is all OK, the focus should only be on the select statement itself.<br><br>Thank you