I am attempting to open a recordset like this:
I created the sql query through ms access and copied it over but now i am getting a 3146 error Description: ODBC--call failed. message...
Its a MS sql server...
still working on it..
thanks
Code:
tsql = ""
tsql = "SELECT desc FROM product"
set rs2 = dbsAMS.OpenRecordset(tsql, dbOpenSnapshot)
I created the sql query through ms access and copied it over but now i am getting a 3146 error Description: ODBC--call failed. message...
Its a MS sql server...
still working on it..
thanks