jimmyCRACKcorn
Programmer
I am trying to extract two fields as one from vb using AcuODBC. The select i'm doing is below:
ADO_Sql = "SELECT FIELD1 + FIELD2 FROM TABLE"
When i try to execute this statement i get an error because of the + sign. Any ideas how combine to fields from a select
ADO_Sql = "SELECT FIELD1 + FIELD2 FROM TABLE"
When i try to execute this statement i get an error because of the + sign. Any ideas how combine to fields from a select