Recent content by richard_lowenthal

  1. R

    Passing RecordSet as a parameter

    Hi, I'm trying to the following sub to automate the creation of RecordSets but I'm confuse how to get it done properly. Public Sub OpenRecordSet(SQLString As String, NameRecordset As Object) Set NameRecordset = New ADODB.Recordset NameRecordset.Open SQLString, adOpenStatic, adLockOptimistic...
Back
Top Bottom