Hi,
Is it possible to create a recordset from another recordset in ADO?
I have one recordset named rstPrimary that contains "unknown" data. I do know however it contains a field called "[Type]" which can contain either the value "NEW" or "OLD". What I need is to split this recordset into 2 new recordsets one for each possible value of "[Type]".
Is it possible to create a recordset from another recordset in ADO?
I have one recordset named rstPrimary that contains "unknown" data. I do know however it contains a field called "[Type]" which can contain either the value "NEW" or "OLD". What I need is to split this recordset into 2 new recordsets one for each possible value of "[Type]".