oRecordset.open strSQL, oConnection
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
Any idea what might cause this?
strSQL hold an SQL I built as follows:
Dim strSQL
strSQL = "select AuthorizationNumber from REPRICE_AuthNumbers where AuthorizationNumber = " + DTSSource("Authorization#")